Skip to content

Commit 764b57e

Browse files
committed
Auto merge of #43406 - canndrew:never-impl-clone, r=alexcrichton
Add missing `!: Clone` impl Fixes #43296 (untested because I'm having computer troubles, but a one-liner can't break anything right?)
2 parents ef19bd1 + c0fa16a commit 764b57e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/clone.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ clone_impl! { u128 }
165165
clone_impl! { f32 }
166166
clone_impl! { f64 }
167167

168+
clone_impl! { ! }
168169
clone_impl! { () }
169170
clone_impl! { bool }
170171
clone_impl! { char }

0 commit comments

Comments
 (0)