Skip to content

Commit

Permalink
fix(port_std): remove #![feature(atomic_mut_ptr)]
Browse files Browse the repository at this point in the history
The `atomic_mut_ptr` feature was stabilized by
[rust-lang/rust#108419][1].

[1]: rust-lang/rust#108419
  • Loading branch information
yvt committed Mar 18, 2023
1 parent 96a6b83 commit 41425ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/r3_port_std/src/lib.rs
@@ -1,5 +1,4 @@
#![feature(cfg_target_has_atomic)] // `#[cfg(target_has_atomic_load_store)]`
#![feature(atomic_mut_ptr)]
#![feature(thread_local)]
#![feature(deadline_api)]
#![feature(once_cell)]
Expand Down

0 comments on commit 41425ef

Please sign in to comment.