Add missing comma

This commit is contained in:
Brian Anderson 2012-08-07 14:34:00 -07:00
parent 727c7c7499
commit 42540841f3

View file

@ -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; }