diff options
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/mod.rs b/src/util/mod.rs index 83ec5961..f96fa55e 100644 --- a/src/util/mod.rs +++ b/src/util/mod.rs @@ -34,7 +34,6 @@ where } /// Calculate a 128-bit siphash of a value. -#[tracing::instrument(skip_all)] pub fn hash128<T: Hash + ?Sized>(value: &T) -> u128 { let mut state = SipHasher13::new(); value.hash(&mut state); |
