Add a space after @mutable.
This commit is contained in:
parent
19f85cc9c4
commit
023bbc0449
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ tag unop {
|
|||
fn unop_to_str(unop op) -> str {
|
||||
alt (op) {
|
||||
case (box(?mt)) {
|
||||
if (mt == mut) { ret "@mutable"; }
|
||||
if (mt == mut) { ret "@mutable "; }
|
||||
ret "@";
|
||||
}
|
||||
case (deref) {ret "*";}
|
||||
|
|
Loading…
Add table
Reference in a new issue