Fix feature name
This commit is contained in:
parent
5ee801adbf
commit
ed472c8e0d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user