Skip to content

Commit 10502ca

Browse files
committed
fmt
1 parent 53cd909 commit 10502ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

chacha20/build.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
fn main() {
22
if cfg!(feature = "serde") {
3-
println!("cargo:warning=`serde` feature is enabled. Serializing CSPRNG states can leave unzeroizable copies of the seed in memory.");
3+
println!(
4+
"cargo:warning=`serde` feature is enabled. Serializing CSPRNG states can leave unzeroizable copies of the seed in memory."
5+
);
46
}
5-
}
7+
}

0 commit comments

Comments
 (0)