diff options
| author | Jack O'Connor <[email protected]> | 2024-08-15 16:12:33 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2024-08-15 16:12:33 -0700 |
| commit | bb2c530bb04786a53d51442b74880775bf92e37c (patch) | |
| tree | 97839785e88e8ae6fe0cb1148e03086ff63056d3 | |
| parent | eb15bce0f1443b07fc45f151a72c840c19c4b2ae (diff) | |
fix a warning in the blake3_c_rust_bindings tests
| -rw-r--r-- | c/blake3_c_rust_bindings/src/test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c/blake3_c_rust_bindings/src/test.rs b/c/blake3_c_rust_bindings/src/test.rs index e6baff1..ec11219 100644 --- a/c/blake3_c_rust_bindings/src/test.rs +++ b/c/blake3_c_rust_bindings/src/test.rs @@ -378,7 +378,6 @@ pub fn test_xof_many_fn(xof_many_function: XofManyFunction) { // when you're supposed to ANDNOT... let initial_counters = [0, u32::MAX as u64, i32::MAX as u64]; for counter in initial_counters { - #[cfg(feature = "std")] dbg!(counter); let mut block = [0; BLOCK_LEN]; |
