Skip to content

Commit ed472c8

Browse files
committed
Fix feature name
1 parent 5ee801a commit ed472c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/slice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ pub trait SliceConcatExt<T: ?Sized> {
10331033
/// ```
10341034
/// assert_eq!(["hello", "world"].join(" "), "hello world");
10351035
/// ```
1036-
#[stable(feature = "rust1", since = "1.3.0")]
1036+
#[stable(feature = "rename_connect_to_join", since = "1.3.0")]
10371037
fn join(&self, sep: &T) -> Self::Output;
10381038

10391039
/// Flattens a slice of `T` into a single value `Self::Output`, placing a

0 commit comments

Comments
 (0)