We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28bb0e commit da9859bCopy full SHA for da9859b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f919af0f8f3f885420143c6eea6e9baf585a56fc
+refs/heads/master: 7c6a0f189e2f2ffb4ed24d10319afccd6c39b13a
trunk/src/comp/pretty/pprust.rs
@@ -47,7 +47,7 @@ fn rust_printer(io::writer writer) -> ps {
47
cm=option::none[codemap],
48
comments=option::none[vec[lexer::cmnt]],
49
mutable cur_cmnt=0u,
50
- mutable boxes = boxes,
+ mutable boxes=boxes,
51
mode=mo_untyped);
52
}
53
0 commit comments