Fix version number on SliceConcatExt:join

This commit is contained in:
Wesley Wiser 2015-07-11 11:00:18 -04:00
parent 93ddee6cee
commit 5ee801adbf

View file

@ -1033,7 +1033,7 @@ pub trait SliceConcatExt<T: ?Sized> {
/// ```
/// assert_eq!(["hello", "world"].join(" "), "hello world");
/// ```
#[stable(feature = "rust1", since = "1.0.0")]
#[stable(feature = "rust1", since = "1.3.0")]
fn join(&self, sep: &T) -> Self::Output;
/// Flattens a slice of `T` into a single value `Self::Output`, placing a