rustc: Tiny style fix in pprust::rust_printer
This commit is contained in:
parent
f919af0f8f
commit
7c6a0f189e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ fn rust_printer(io::writer writer) -> ps {
|
|||
cm=option::none[codemap],
|
||||
comments=option::none[vec[lexer::cmnt]],
|
||||
mutable cur_cmnt=0u,
|
||||
mutable boxes = boxes,
|
||||
mutable boxes=boxes,
|
||||
mode=mo_untyped);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue