Implement basic enum formatting
This commit is contained in:
parent
fb40a2796e
commit
90bc40a111
8 changed files with 201 additions and 41 deletions
|
@ -264,7 +264,6 @@ impl<'a> FmtVisitor<'a> {
|
|||
_ => {}
|
||||
}
|
||||
|
||||
let result = self.snippet(expr.span);
|
||||
result
|
||||
self.snippet(expr.span)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue