Skip to content

Commit

Permalink
Silence an unrelated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
honzasp committed Oct 10, 2024
1 parent 00e1430 commit a3b66fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embassy-stm32/src/rcc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![macro_use]
#![allow(missing_docs)] // TODO
#![allow(static_mut_refs)] // TODO

use core::mem::MaybeUninit;

Expand Down

0 comments on commit a3b66fd

Please sign in to comment.