Remove unnecessary parentheses.
This commit is contained in:
parent
3901228811
commit
39713b8295
47 changed files with 90 additions and 98 deletions
|
@ -218,7 +218,7 @@ pub fn to_str(input: @IdentInterner, t: &Token) -> ~str {
|
|||
&NtAttr(e) => ::print::pprust::attribute_to_str(e, input),
|
||||
_ => {
|
||||
~"an interpolated " +
|
||||
match (*nt) {
|
||||
match *nt {
|
||||
NtItem(..) => ~"item",
|
||||
NtBlock(..) => ~"block",
|
||||
NtStmt(..) => ~"statement",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue