Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
mt2d2 committed Jul 7, 2015
1 parent 3a3ac22 commit 0833c16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/util/workqueue.rs
Expand Up @@ -13,7 +13,6 @@ use task_state;

use libc::funcs::posix88::unistd::usleep;
use rand::{Rng, weak_rng, XorShiftRng};
use std::mem;
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::mpsc::{channel, Sender, Receiver};

Expand Down

0 comments on commit 0833c16

Please sign in to comment.