Add missing comma
This commit is contained in:
parent
727c7c7499
commit
42540841f3
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ fn is_exported(i: ident, m: _mod) -> bool {
|
|||
local = true;
|
||||
parent_enum = some(/* FIXME (#2543) */ copy it.ident);
|
||||
}
|
||||
}
|
||||
},
|
||||
_ => ()
|
||||
}
|
||||
if local { break; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue