Use `crate::prelude::*` rather than specific imports
[rust-lightning] / lightning / src / ln / onion_utils.rs
index 2cbc2895c0b4b2f83ecadd875c2bc587457c40b9..f2b5c69e9e677fb10e3886e4240b58bacd66395a 100644 (file)
@@ -30,7 +30,6 @@ use bitcoin::secp256k1::ecdh::SharedSecret;
 use bitcoin::secp256k1::{PublicKey, Scalar, Secp256k1, SecretKey};
 
 use crate::io::{Cursor, Read};
-use core::convert::{AsMut, TryInto};
 use core::ops::Deref;
 
 #[allow(unused_imports)]