Skip to content

Commit

Permalink
Fill tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Nov 30, 2019
1 parent 4843173 commit d34090a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/sync/atomic.rs
Expand Up @@ -835,7 +835,7 @@ impl AtomicBool {
#[inline]
#[unstable(feature = "atomic_mut_ptr",
reason = "recently added",
issue = "0")]
issue = "66893")]
pub fn as_mut_ptr(&self) -> *mut bool {
self.v.get() as *mut bool
}
Expand Down Expand Up @@ -1960,7 +1960,7 @@ unsafe {
#[inline]
#[unstable(feature = "atomic_mut_ptr",
reason = "recently added",
issue = "0")]
issue = "66893")]
pub fn as_mut_ptr(&self) -> *mut $int_type {
self.v.get()
}
Expand Down

0 comments on commit d34090a

Please sign in to comment.