Use `crate::prelude::*` rather than specific imports
[rust-lightning] / lightning / src / chain / channelmonitor.rs
index b878640d46d8aadc7daf833a200692a0adbe7cdb..c2d3a43b1f4bd40d65ea041478313a878d49d7ca 100644 (file)
@@ -58,7 +58,6 @@ use crate::prelude::*;
 
 use core::{cmp, mem};
 use crate::io::{self, Error};
-use core::convert::TryInto;
 use core::ops::Deref;
 use crate::sync::{Mutex, LockTestExt};