Skip to content

Commit a3b66fd

Browse files
committed
Silence an unrelated warning
1 parent 00e1430 commit a3b66fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embassy-stm32/src/rcc/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
#![macro_use]
44
#![allow(missing_docs)] // TODO
5+
#![allow(static_mut_refs)] // TODO
56

67
use core::mem::MaybeUninit;
78

0 commit comments

Comments
 (0)