From cb767ba6e3e71920477ad76a57b2f01c43e5f577 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 23 Feb 2025 13:57:08 +0100 Subject: clean up unused_import and unused_variables a bit --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 339b2ce..64a30cd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,3 @@ -#![allow(unused_variables, unused_imports)] #![cfg_attr(all(test, feature = "bench"), feature(test))] #[cfg(all(test, feature = "bench"))] extern crate test; -- cgit v1.2.3