You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-time0.2/SOURCES/0001-deny-warnings-consider...

25 lines
645 B

From 639f0aca75b0dadaedf84520bc46b87c6c3e210e Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe@gmail.com>
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