X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fchacha20.rs;h=508ecd635c45d007b6fb6de37b57d816146b3750;hb=57feb2630779410b5977ccb3c12dd482a20440fc;hp=cbf08f46c226a568d1bebc8c368e74d518624433;hpb=615419d5255157bf394a4f281279711133e17552;p=rust-lightning diff --git a/lightning/src/util/chacha20.rs b/lightning/src/util/chacha20.rs index cbf08f46..508ecd63 100644 --- a/lightning/src/util/chacha20.rs +++ b/lightning/src/util/chacha20.rs @@ -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 {