Skip to content

Commit

Permalink
XXX make hiffy shut up
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Apr 5, 2024
1 parent 753b000 commit 89b3b40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions task/hiffy/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
#![no_std]
#![no_main]
// XXX DO NOT COMMIT THIS IT IS FOR TESTING
#![allow(static_mut_refs)]

// This trait may not be needed, if compiling for a non-armv6m target.
#[allow(unused_imports)]
use armv6m_atomic_hack::AtomicU32Ext;
Expand Down

0 comments on commit 89b3b40

Please sign in to comment.