Skip to content

Commit c0fa16a

Browse files
committed
Add !: Clone impl
1 parent f0b07ca commit c0fa16a

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)