summaryrefslogtreecommitdiffstats
path: root/tokio-sync/src/task/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-sync/src/task/mod.rs')
-rw-r--r--tokio-sync/src/task/mod.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tokio-sync/src/task/mod.rs b/tokio-sync/src/task/mod.rs
deleted file mode 100644
index cff96656..00000000
--- a/tokio-sync/src/task/mod.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-//! Thread-safe task notification primitives.
-
-mod atomic_waker;
-
-pub use self::atomic_waker::AtomicWaker;