X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fchacha20.rs;h=508ecd635c45d007b6fb6de37b57d816146b3750;hb=32d13a2ff8796c2edf2177751eab02242ae10216;hp=cbf08f46c226a568d1bebc8c368e74d518624433;hpb=77bdc32bbdd3cc532a74018b9e55d535372c4ce9;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 {