We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc9366 commit 5f7768aCopy full SHA for 5f7768a
src/liballoc/str.rs
@@ -83,7 +83,7 @@ impl<S: Borrow<str>> Concat<str> for [S] {
83
}
84
85
#[unstable(feature = "slice_concat_ext", issue = "27747")]
86
-impl<S: Borrow<str>> Join<&'_ str> for [S] {
+impl<S: Borrow<str>> Join<&str> for [S] {
87
type Output = String;
88
89
fn join(slice: &Self, sep: &str) -> String {
0 commit comments