Skip to content

Commit 78ca5b9

Browse files
committed
---
yaml --- r: 2886 b: refs/heads/master c: 023bbc0 h: refs/heads/master v: v3
1 parent 74b79c0 commit 78ca5b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 19f85cc9c4165715649eb30f818f854351fe333f
2+
refs/heads/master: 023bbc0449546bfd93d96f1b6083901e2245c9f7

trunk/src/comp/front/ast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ tag unop {
182182
fn unop_to_str(unop op) -> str {
183183
alt (op) {
184184
case (box(?mt)) {
185-
if (mt == mut) { ret "@mutable"; }
185+
if (mt == mut) { ret "@mutable "; }
186186
ret "@";
187187
}
188188
case (deref) {ret "*";}

0 commit comments

Comments
 (0)