Skip to content

Commit 523dcff

Browse files
authored
Merge pull request #35 from Systemcluster/no_std_fix
Add missing no_std attribute
2 parents 48de51b + a886989 commit 523dcff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@
322322
clippy::missing_panics_doc,
323323
clippy::todo
324324
)]
325+
#![no_std]
325326

326327
#[cfg(any(test, feature = "std"))]
327328
extern crate std;

0 commit comments

Comments
 (0)