We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea0734 commit ab116faCopy full SHA for ab116fa
atomics-contract/src/main.rs
@@ -1,4 +1,4 @@
1
-#![no_std]
+#![cfg_attr(not(test), no_std)]
2
#![cfg_attr(not(test), no_main)]
3
4
#[cfg(test)]
stack-reorder-contract/src/main.rs
0 commit comments