Skip to content

Commit e107121

Browse files
committed
Remove unnecessary parentheses.
Signed-off-by: OGINO Masanori <[email protected]>
1 parent d4898e7 commit e107121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ext/expand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ foo_module!()
12251225
"xx" == string.get()
12261226
}
12271227
}).enumerate() {
1228-
if (mtwt_resolve(v.segments[0].identifier) != resolved_binding) {
1228+
if mtwt_resolve(v.segments[0].identifier) != resolved_binding {
12291229
println!("uh oh, xx binding didn't match xx varref:");
12301230
println!("this is xx varref \\# {:?}",idx);
12311231
println!("binding: {:?}",cxbind);

0 commit comments

Comments
 (0)