提交 ed472c8e 编写于 作者: W Wesley Wiser

Fix feature name

上级 5ee801ad
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册