Skip to content

Commit 581491e

Browse files
committed
Temporarily allow static_mut_ref
1 parent 16d9482 commit 581491e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

reader_core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![no_std]
2+
#![allow(static_mut_ref)]
23

34
extern crate alloc;
45

0 commit comments

Comments
 (0)