diff options
Diffstat (limited to 'components/util/taskpool.rs')
-rw-r--r-- | components/util/taskpool.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/taskpool.rs b/components/util/taskpool.rs index 04059e00f7e..1784c9fb63b 100644 --- a/components/util/taskpool.rs +++ b/components/util/taskpool.rs @@ -16,7 +16,7 @@ // use std::boxed::FnBox; -use std::sync::mpsc::{channel, Sender, Receiver}; +use std::sync::mpsc::{Receiver, Sender, channel}; use std::sync::{Arc, Mutex}; use task::spawn_named; |