diff options
Diffstat (limited to 'components/channel/lib.rs')
-rw-r--r-- | components/channel/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/channel/lib.rs b/components/channel/lib.rs index fd8dc7e5824..d8f637b99db 100644 --- a/components/channel/lib.rs +++ b/components/channel/lib.rs @@ -2,10 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -extern crate crossbeam_channel; -extern crate ipc_channel; -extern crate serde; - pub mod base_channel { pub use crossbeam_channel::*; } |