We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10e849 commit 53fe3aaCopy full SHA for 53fe3aa
embassy/demos/common/src/lib.rs
@@ -1,4 +1,4 @@
1
-#![cfg_attr(not(any(feature = "std", test)), no_std)]
+#![cfg_attr(not(test), no_std)]
2
3
// avoid warning about Send for the time being
4
#[allow(async_fn_in_trait)]
0 commit comments