mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Do not print braces again print_anon_const already does it
This commit is contained in:
parent
f90e617305
commit
9dd0bb6fbc
@ -1138,9 +1138,7 @@ impl<'a> State<'a> {
|
||||
fn print_expr_anon_const(&mut self, anon_const: &hir::AnonConst) {
|
||||
self.ibox(INDENT_UNIT);
|
||||
self.s.word_space("const");
|
||||
self.s.word("{");
|
||||
self.print_anon_const(anon_const);
|
||||
self.s.word("}");
|
||||
self.end()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user