From 639f0aca75b0dadaedf84520bc46b87c6c3e210e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 8 Jun 2023 15:25:24 +0200 Subject: [PATCH] deny(warnings) considered harmful --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 22fadd5..ce843a6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -173,7 +173,6 @@ )] #![doc(html_favicon_url = "https://avatars0.githubusercontent.com/u/55999857")] #![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/55999857")] -#![doc(test(attr(deny(warnings))))] #[cfg(not(feature = "std"))] extern crate alloc; -- 2.40.1