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 d0635ee commit bbc9366Copy full SHA for bbc9366
src/liballoc/slice.rs
@@ -668,7 +668,7 @@ impl<T: Clone, V: Borrow<[T]>> Join<&T> for [V] {
668
}
669
670
#[unstable(feature = "slice_concat_ext", issue = "27747")]
671
-impl<T: Clone, V: Borrow<[T]>> Join<&'_ [T]> for [V] {
+impl<T: Clone, V: Borrow<[T]>> Join<&[T]> for [V] {
672
type Output = Vec<T>;
673
674
fn join(slice: &Self, sep: &[T]) -> Vec<T> {
0 commit comments