Satisfy warnings
This commit is contained in:
parent
3ed3c4e8f8
commit
03e7f10739
14 changed files with 66 additions and 66 deletions
|
|
@ -17,8 +17,8 @@ impl<E, S1, S2> Separated<E, S1, S2> {
|
|||
FS2: Fn(&'a D, S2) -> DocBuilder<'a, D>,
|
||||
{
|
||||
match self {
|
||||
Separated::Empty(_) => allocator.nil(),
|
||||
Separated::NonEmpty {
|
||||
Self::Empty(_) => allocator.nil(),
|
||||
Self::NonEmpty {
|
||||
first_elem,
|
||||
last_elems,
|
||||
trailing,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue