Skip to content

Commit 9f0dc4f

Browse files
committed
Uncomment no_std
1 parent 5aae193 commit 9f0dc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuit/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// #![no_std]
1+
#![no_std]
22
extern crate alloc;
33

44
#[cfg(debug_assertions)]

0 commit comments

Comments
 (0)