mirror of https://github.com/rust-lang/rust.git
Add !: Clone impl
This commit is contained in:
parent
f0b07cac2f
commit
c0fa16afc9
|
@ -165,6 +165,7 @@ clone_impl! { u128 }
|
|||
clone_impl! { f32 }
|
||||
clone_impl! { f64 }
|
||||
|
||||
clone_impl! { ! }
|
||||
clone_impl! { () }
|
||||
clone_impl! { bool }
|
||||
clone_impl! { char }
|
||||
|
|
Loading…
Reference in New Issue