Skip to content

Commit d0635ee

Browse files
SimonSapinCentril
andauthored
Update src/liballoc/slice.rs
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent b62a77b commit d0635ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/slice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ impl<T: Clone, V: Borrow<[T]>> Concat<T> for [V] {
646646
}
647647

648648
#[unstable(feature = "slice_concat_ext", issue = "27747")]
649-
impl<T: Clone, V: Borrow<[T]>> Join<&'_ T> for [V] {
649+
impl<T: Clone, V: Borrow<[T]>> Join<&T> for [V] {
650650
type Output = Vec<T>;
651651

652652
fn join(slice: &Self, sep: &T) -> Vec<T> {

0 commit comments

Comments
 (0)