mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #6567 - mt2d2:remove_unused_imports, r=glennw
Remove unused import. Remove an unused import. This prevents a compiler warning in ```util```. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6567) <!-- Reviewable:end -->
This commit is contained in:
commit
a0db2cf1bb
1 changed files with 0 additions and 1 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue