Skip to content

Commit 4254084

Browse files
committed
Add missing comma
1 parent 727c7c7 commit 4254084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ast_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ fn is_exported(i: ident, m: _mod) -> bool {
193193
local = true;
194194
parent_enum = some(/* FIXME (#2543) */ copy it.ident);
195195
}
196-
}
196+
},
197197
_ => ()
198198
}
199199
if local { break; }

0 commit comments

Comments
 (0)