Skip to content

Commit 5f7768a

Browse files
SimonSapinCentril
andauthored
Update src/liballoc/str.rs
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent bbc9366 commit 5f7768a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/str.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ impl<S: Borrow<str>> Concat<str> for [S] {
8383
}
8484

8585
#[unstable(feature = "slice_concat_ext", issue = "27747")]
86-
impl<S: Borrow<str>> Join<&'_ str> for [S] {
86+
impl<S: Borrow<str>> Join<&str> for [S] {
8787
type Output = String;
8888

8989
fn join(slice: &Self, sep: &str) -> String {

0 commit comments

Comments
 (0)