Skip to content

Commit eb5fdd9

Browse files
committed
Finish unspecializing Copy
1 parent 3a56d49 commit eb5fdd9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/core/src/marker.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,6 @@ marker_impls! {
455455
/// [impls]: #implementors
456456
#[stable(feature = "rust1", since = "1.0.0")]
457457
#[lang = "copy"]
458-
// This is unsound, but required by `hashbrown`
459-
// FIXME(joboet): change `hashbrown` to use `TrivialClone`
460-
#[rustc_unsafe_specialization_marker]
461458
#[rustc_diagnostic_item = "Copy"]
462459
pub trait Copy: Clone {
463460
// Empty.

0 commit comments

Comments
 (0)