Skip to content

Commit a174117

Browse files
committed
Fix stable_features warning
``` error: the feature `cfg_target_has_atomic` has been stable since 1.60.0 and no longer requires an attribute to enable --> futures/tests/no-std/src/lib.rs:3:12 | 3 | #![feature(cfg_target_has_atomic)] | ^^^^^^^^^^^^^^^^^^^^^ ```
1 parent 1984374 commit a174117

File tree

1 file changed

+0
-1
lines changed
  • futures/tests/no-std/src

1 file changed

+0
-1
lines changed

futures/tests/no-std/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![cfg(nightly)]
22
#![no_std]
3-
#![feature(cfg_target_has_atomic)]
43

54
#[cfg(feature = "futures-core-alloc")]
65
#[cfg(target_has_atomic = "ptr")]

0 commit comments

Comments
 (0)