Use `crate::prelude::*` rather than specific imports
[rust-lightning] / lightning / src / ln / channel.rs
index ed8c861d7bbc8f045c1cf225bf0e8560b7ffb52a..2698abee2d7db271c0e8a0a2c11d7e77ca976930 100644 (file)
@@ -50,7 +50,6 @@ use crate::util::scid_utils::scid_from_parts;
 use crate::io;
 use crate::prelude::*;
 use core::{cmp,mem,fmt};
-use core::convert::TryInto;
 use core::ops::Deref;
 #[cfg(any(test, fuzzing, debug_assertions))]
 use crate::sync::Mutex;