diff options
Diffstat (limited to 'futures/src/lib.rs')
-rw-r--r-- | futures/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/futures/src/lib.rs b/futures/src/lib.rs index 01cf5c89..657aab37 100644 --- a/futures/src/lib.rs +++ b/futures/src/lib.rs @@ -10,7 +10,6 @@ pub use futures; -mod command; mod runtime; pub mod executor; @@ -35,7 +34,6 @@ pub mod subscription; )] pub mod time; -pub use command::Command; pub use executor::Executor; pub use runtime::Runtime; pub use subscription::Subscription; |