X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Falloc%2Fsrc%2Fslice.rs;h=5bdf36a63a22506122a2c5bf6a0ebbba99bc5ffe;hb=c5f2c4476e1c72315e7bf405a2e15b5c9489c001;hp=02a47c57b8ae3bcec2a7c27e8018b1d922d53543;hpb=ce30f5cd1ac332163273cd416ce6f85ee74660d5;p=rust.git diff --git a/library/alloc/src/slice.rs b/library/alloc/src/slice.rs index 02a47c57b8a..5bdf36a63a2 100644 --- a/library/alloc/src/slice.rs +++ b/library/alloc/src/slice.rs @@ -657,7 +657,7 @@ pub fn join(&self, sep: Separator) -> >::Outp /// ``` #[rustc_allow_incoherent_impl] #[stable(feature = "rust1", since = "1.0.0")] - #[rustc_deprecated(since = "1.3.0", reason = "renamed to join")] + #[deprecated(since = "1.3.0", note = "renamed to join")] pub fn connect(&self, sep: Separator) -> >::Output where Self: Join,