summaryrefslogtreecommitdiffstats
path: root/tokio-signal/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-signal/README.md')
-rw-r--r--tokio-signal/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/tokio-signal/README.md b/tokio-signal/README.md
index e368fb44..695394fe 100644
--- a/tokio-signal/README.md
+++ b/tokio-signal/README.md
@@ -16,10 +16,6 @@ tokio-signal = "0.2.8"
Next you can use this in conjunction with the `tokio` and `futures` crates:
```rust,no_run
-extern crate futures;
-extern crate tokio;
-extern crate tokio_signal;
-
use futures::{Future, Stream};
fn main() {