提交 023bbc04 编写于 作者: G Graydon Hoare

Add a space after @mutable.

上级 19f85cc9
......@@ -182,7 +182,7 @@ fn binop_to_str(binop op) -> str {
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 "*";}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册