From 3741d431bed5a4799c7fdb20de5950a0964569e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Thu, 25 Nov 2021 10:46:29 +0100 Subject: Remove #[deny(warnings)], but deny warnings for CI --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 71cc86b..5fe35a9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -32,12 +32,12 @@ #![deny(missing_docs)] #![deny(rust_2018_compatibility)] #![deny(rust_2018_idioms)] -#![deny(warnings)] #![no_std] #![doc( html_logo_url = "https://raw.githubusercontent.com/rtic-rs/cortex-m-rtic/master/book/en/src/RTIC.svg", html_favicon_url = "https://raw.githubusercontent.com/rtic-rs/cortex-m-rtic/master/book/en/src/RTIC.svg" )] +//deny_warnings_placeholder_for_ci use cortex_m::{interrupt::InterruptNumber, peripheral::NVIC}; pub use cortex_m_rtic_macros::app; -- cgit v1.2.3