Skip to content

Commit 41425ef

Browse files
committed
fix(port_std): remove #![feature(atomic_mut_ptr)]
The `atomic_mut_ptr` feature was stabilized by [rust-lang/rust#108419][1]. [1]: rust-lang/rust#108419
1 parent 96a6b83 commit 41425ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/r3_port_std/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![feature(cfg_target_has_atomic)] // `#[cfg(target_has_atomic_load_store)]`
2-
#![feature(atomic_mut_ptr)]
32
#![feature(thread_local)]
43
#![feature(deadline_api)]
54
#![feature(once_cell)]

0 commit comments

Comments
 (0)