Skip to content

Commit 53fe3aa

Browse files
committed
demos/common: Remove remnant of std feature
1 parent a10e849 commit 53fe3aa

File tree

1 file changed

+1
-1
lines changed
  • embassy/demos/common/src

1 file changed

+1
-1
lines changed

embassy/demos/common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![cfg_attr(not(any(feature = "std", test)), no_std)]
1+
#![cfg_attr(not(test), no_std)]
22

33
// avoid warning about Send for the time being
44
#[allow(async_fn_in_trait)]

0 commit comments

Comments
 (0)