summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-05 04:19:31 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-05 04:19:31 +0100
commitcfb8abb6f5806e08ccc3a80233e1fb1768adeaf7 (patch)
treeedd9043cdf5af4c9d9393e14b91641ba0ea5f5d4 /native
parentf4cf488e0b083b5d7b7612c650917233163ee9cb (diff)
downloadiced-cfb8abb6f5806e08ccc3a80233e1fb1768adeaf7.tar.gz
iced-cfb8abb6f5806e08ccc3a80233e1fb1768adeaf7.tar.bz2
iced-cfb8abb6f5806e08ccc3a80233e1fb1768adeaf7.zip
Use `no_run` for widget doc-tests
Diffstat (limited to 'native')
-rw-r--r--native/src/subscription.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/native/src/subscription.rs b/native/src/subscription.rs
deleted file mode 100644
index d4176ab5..00000000
--- a/native/src/subscription.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-//! Listen to external events in your application.
-use crate::core::event::{self, Event};
-use crate::core::window;
-use crate::core::Hasher;
-use crate::futures::futures::{self, Future, Stream};
-use crate::futures::subscription::{EventStream, Recipe, Subscription};
-use crate::futures::{BoxStream, MaybeSend};
-
-use std::hash::Hash;