We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769ece7 commit 8ab3799Copy full SHA for 8ab3799
cortex-m-rt/examples/cfg-static.rs
@@ -4,6 +4,8 @@
4
#![deny(warnings)]
5
#![no_main]
6
#![no_std]
7
+// This example uses an undefined cfg, `cfg(never)`
8
+#![allow(unexpected_cfgs)]
9
10
extern crate cortex_m_rt as rt;
11
extern crate panic_halt;
0 commit comments