We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee801a commit ed472c8Copy full SHA for ed472c8
src/libcollections/slice.rs
@@ -1033,7 +1033,7 @@ pub trait SliceConcatExt<T: ?Sized> {
1033
/// ```
1034
/// assert_eq!(["hello", "world"].join(" "), "hello world");
1035
1036
- #[stable(feature = "rust1", since = "1.3.0")]
+ #[stable(feature = "rename_connect_to_join", since = "1.3.0")]
1037
fn join(&self, sep: &T) -> Self::Output;
1038
1039
/// Flattens a slice of `T` into a single value `Self::Output`, placing a
0 commit comments