Skip to content

Commit 9e4bcca

Browse files
committed
fix: add #![allow(static_mut_refs)]
Signed-off-by: guttatus <[email protected]>
1 parent 4cb9443 commit 9e4bcca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-app/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![no_std]
22
#![no_main]
33
#![deny(warnings)]
4+
#![allow(static_mut_refs)]
45

56
use core::{
67
arch::{asm, naked_asm},

0 commit comments

Comments
 (0)