Fix pretty printer
This commit is contained in:
parent
aa3fe20522
commit
5af4df4a26
1 changed files with 1 additions and 0 deletions
|
|
@ -781,6 +781,7 @@ impl<'a> State<'a> {
|
|||
}
|
||||
|
||||
fn print_typedef(&mut self, typedef: &ast::Typedef) -> IoResult<()> {
|
||||
try!(self.print_outer_attributes(&typedef.attrs[]));
|
||||
try!(self.word_space("type"));
|
||||
try!(self.print_ident(typedef.ident));
|
||||
try!(space(&mut self.s));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue