We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![feature(atomic_mut_ptr)]
1 parent 96a6b83 commit 41425efCopy full SHA for 41425ef
src/r3_port_std/src/lib.rs
@@ -1,5 +1,4 @@
1
#![feature(cfg_target_has_atomic)] // `#[cfg(target_has_atomic_load_store)]`
2
-#![feature(atomic_mut_ptr)]
3
#![feature(thread_local)]
4
#![feature(deadline_api)]
5
#![feature(once_cell)]
0 commit comments