]> git.lizzy.rs Git - rust.git/blobdiff - src/thread.rs
remove no longer needed imports
[rust.git] / src / thread.rs
index 2c5f6c2391f05f5f4d2ddbe884b5fa9c02115b1c..96131dba3ca6a0e0399e94515ff8425fe614876d 100644 (file)
@@ -2,7 +2,6 @@
 
 use std::cell::RefCell;
 use std::collections::hash_map::Entry;
-use std::convert::TryFrom;
 use std::num::TryFromIntError;
 use std::time::{Duration, Instant, SystemTime};