Skip to content

Commit d78c5f6

Browse files
committed
Allow unexpected cfgs in examples
1 parent 494a0ed commit d78c5f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/common.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(unused_attributes)]
2+
#![allow(unexpected_cfgs)]
23
#![no_std]
34

45
//! Common features used in examples.

0 commit comments

Comments
 (0)