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 00e1430 commit a3b66fdCopy full SHA for a3b66fd
embassy-stm32/src/rcc/mod.rs
@@ -2,6 +2,7 @@
2
3
#![macro_use]
4
#![allow(missing_docs)] // TODO
5
+#![allow(static_mut_refs)] // TODO
6
7
use core::mem::MaybeUninit;
8
0 commit comments