Actual no_std support
[rust-lightning] / lightning / src / util / chacha20.rs
index cbf08f46c226a568d1bebc8c368e74d518624433..508ecd635c45d007b6fb6de37b57d816146b3750 100644 (file)
@@ -9,7 +9,7 @@
 // You may not use this file except in accordance with one or both of these
 // licenses.
 
-use std::io;
+use io;
 
 #[cfg(not(feature = "fuzztarget"))]
 mod real_chacha {