needless separation of impl blocks
This commit is contained in:
parent
40336865fe
commit
3f379f6df5
1 changed files with 0 additions and 2 deletions
|
@ -56,9 +56,7 @@ cfg_if! {
|
|||
pub fn new(v: T) -> Self {
|
||||
Atomic(Cell::new(v))
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: Copy> Atomic<T> {
|
||||
#[inline]
|
||||
pub fn into_inner(self) -> T {
|
||||
self.0.into_inner()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue