Fix feature name

This commit is contained in:
Wesley Wiser 2015-07-11 11:14:23 -04:00
parent 5ee801adbf
commit ed472c8e0d

View File

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