summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f8a3cb9)
From #27747: "We discussed this in the libs team and the consensus is
that we will likely never stabilize the Concat and Join traits: these
will remain implementation details of the join and concat methods."
- .map(|html| html.0) // Waiting for slice_concat_trait to stabilize
.collect::<Vec<_>>()
.join(" "),
)
.collect::<Vec<_>>()
.join(" "),
)
row.entries.get(notcol).expect("Key vanished?!"),
)
})
row.entries.get(notcol).expect("Key vanished?!"),
)
})
- .map(|html| html.0) // Waiting for slice_concat_trait to stabilize
.collect::<Vec<_>>()
.join(", "),
)
.collect::<Vec<_>>()
.join(", "),
)