Skip to content

Commit

Permalink
Add !: Clone impl
Browse files Browse the repository at this point in the history
  • Loading branch information
canndrew committed Jul 22, 2017
1 parent f0b07ca commit c0fa16a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/clone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ clone_impl! { u128 }
clone_impl! { f32 }
clone_impl! { f64 }

clone_impl! { ! }
clone_impl! { () }
clone_impl! { bool }
clone_impl! { char }

0 comments on commit c0fa16a

Please sign in to comment.