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 b62a77b commit d0635eeCopy full SHA for d0635ee
src/liballoc/slice.rs
@@ -646,7 +646,7 @@ impl<T: Clone, V: Borrow<[T]>> Concat<T> for [V] {
646
}
647
648
#[unstable(feature = "slice_concat_ext", issue = "27747")]
649
-impl<T: Clone, V: Borrow<[T]>> Join<&'_ T> for [V] {
+impl<T: Clone, V: Borrow<[T]>> Join<&T> for [V] {
650
type Output = Vec<T>;
651
652
fn join(slice: &Self, sep: &T) -> Vec<T> {
0 commit comments