Fix build warnings
[rust-lightning] / lightning / src / ln / msgs.rs
index 37bb47ed477ff1329847cc0bc33ec8b374a886d9..c36f87f135dd4c75fc06eb683f05015b1d71578d 100644 (file)
@@ -2715,6 +2715,7 @@ mod tests {
 
        #[cfg(feature = "std")]
        use std::net::{Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6, ToSocketAddrs};
+       #[cfg(feature = "std")]
        use crate::ln::msgs::SocketAddressParseError;
 
        #[test]