X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibcore%2Fclone.rs;h=9a412e57294277452e900c180e245d4121548913;hb=b626202087dff72216c14e08e11d936136dc2126;hp=18f808638deac783c6291e8b35c089a18b6c86c7;hpb=e5c34411f979712fc21f338c730158a2ac399c75;p=rust.git diff --git a/src/libcore/clone.rs b/src/libcore/clone.rs index 18f808638de..9a412e57294 100644 --- a/src/libcore/clone.rs +++ b/src/libcore/clone.rs @@ -150,7 +150,7 @@ fn clone_from(&mut self, source: &Self) { #[unstable( feature = "derive_clone_copy", reason = "deriving hack, should not be public", - issue = "0" + issue = "none" )] pub struct AssertParamIsClone { _field: crate::marker::PhantomData, @@ -160,7 +160,7 @@ pub struct AssertParamIsClone { #[unstable( feature = "derive_clone_copy", reason = "deriving hack, should not be public", - issue = "0" + issue = "none" )] pub struct AssertParamIsCopy { _field: crate::marker::PhantomData,