forbid unsafe
[rust-lightning] / src / util / mod.rs
index 1a48507df58984414b9800ca94125cf702481ad5..aab77035d387d452d469067329e6db9ad77a69e2 100644 (file)
@@ -9,7 +9,6 @@ pub(crate) mod chacha20;
 #[cfg(not(feature = "fuzztarget"))]
 pub(crate) mod poly1305;
 pub(crate) mod chacha20poly1305rfc;
-pub(crate) mod internal_traits;
 pub(crate) mod transaction_utils;
 
 #[macro_use]