Skip to content

Commit 7c6a0f1

Browse files
committed
rustc: Tiny style fix in pprust::rust_printer
1 parent f919af0 commit 7c6a0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/pretty/pprust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fn rust_printer(io::writer writer) -> ps {
4747
cm=option::none[codemap],
4848
comments=option::none[vec[lexer::cmnt]],
4949
mutable cur_cmnt=0u,
50-
mutable boxes = boxes,
50+
mutable boxes=boxes,
5151
mode=mo_untyped);
5252
}
5353

0 commit comments

Comments
 (0)