Skip to content

Commit

Permalink
Auto merge of #43406 - canndrew:never-impl-clone, r=alexcrichton
Browse files Browse the repository at this point in the history
Add missing `!: Clone` impl

Fixes #43296

(untested because I'm having computer troubles, but a one-liner can't break anything right?)
  • Loading branch information
bors committed Jul 23, 2017
2 parents ef19bd1 + c0fa16a commit 764b57e
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 764b57e

Please sign in to comment.