From 84d350d3793355da8a7caa4df57d08e38e1f532f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 5 Mar 2021 19:29:03 +0100 Subject: fix all warnings --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index adb7eed..afde461 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -842,6 +842,7 @@ mod tests { use owo_colors::OwoColorize; // Shamelessly stolen from https://github.com/rust-lang/rfcs/issues/2798 + #[allow(dead_code)] pub fn panic_after(d: Duration, f: F) -> T where T: Send + 'static, -- cgit v1.2.1