We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a045b9 commit 66980beCopy full SHA for 66980be
src/lib.rs
@@ -1,5 +1,5 @@
1
#![no_std]
2
-#![allow(static_mut_refs)]
+#![allow(static_mut_refs, unexpected_cfgs)]
3
4
pub use ch32_metapac as pac;
5
0 commit comments