File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
name = " atomig"
3
3
version = " 0.3.3"
4
4
authors = [" Lukas Kalbertodt <lukas.kalbertodt@gmail.com>" ]
5
- edition = " 2018 "
5
+ edition = " 2021 "
6
6
7
7
description = """
8
8
Generic and convenient `std` atomics via `Atomic<T>`. Can be used with many
Original file line number Diff line number Diff line change 2
2
name = " atomig-macro"
3
3
version = " 0.2.0"
4
4
authors = [" Lukas Kalbertodt <lukas.kalbertodt@gmail.com>" ]
5
- edition = " 2018 "
5
+ edition = " 2021 "
6
6
7
7
description = """
8
8
Defines procedural macros for the crate `atomig`. Please see the main crate.
Original file line number Diff line number Diff line change @@ -344,7 +344,6 @@ impl Atom for char {
344
344
self . into ( )
345
345
}
346
346
fn unpack ( src : Self :: Repr ) -> Self {
347
- use core:: convert:: TryFrom ;
348
347
Self :: try_from ( src) . expect ( "invalid value in <char as Atom>::unpack" )
349
348
}
350
349
}
You can’t perform that action at this time.
0 commit comments