diff options
Diffstat (limited to 'src/util.rs')
-rw-r--r-- | src/util.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.rs b/src/util.rs index aa382560..217f0b49 100644 --- a/src/util.rs +++ b/src/util.rs @@ -1,5 +1,3 @@ -use std::iter::Iterator; - /// Threading utilities pub mod thread { /// Like `thread::spawn`, but with a `name` argument |