aboutsummaryrefslogtreecommitdiff
path: root/macros/src
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2021-11-25 09:48:39 +0000
committerGravatar GitHub <noreply@github.com> 2021-11-25 09:48:39 +0000
commit235484565d706d362f37c8bd388dbfff78401e8a (patch)
tree1bed403d835baf4d9483944204577064ef3df58a /macros/src
parent4de9eb673ae2f3d4ece52ff2047ed1f6792c0aff (diff)
parent3741d431bed5a4799c7fdb20de5950a0964569e5 (diff)
downloadrtic-235484565d706d362f37c8bd388dbfff78401e8a.tar.gz
rtic-235484565d706d362f37c8bd388dbfff78401e8a.tar.zst
rtic-235484565d706d362f37c8bd388dbfff78401e8a.zip
Merge #558
558: Remove #[deny(warnings)], but deny warnings for CI r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'macros/src')
-rw-r--r--macros/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs
index 02d472d1..adcd7316 100644
--- a/macros/src/lib.rs
+++ b/macros/src/lib.rs
@@ -1,9 +1,8 @@
-// #![deny(warnings)]
-
#![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
extern crate proc_macro;