Remove an obsolete comment I missed in #6804.

This commit is contained in:
Ms2ger 2015-07-30 09:36:47 +02:00
parent 12c46ddd61
commit e8cff1d2a2

View file

@ -3442,8 +3442,6 @@ class CGUnionStruct(CGThing):
" %s::e%s(ref inner) => inner.to_jsval(cx, rval),"
% (self.type, v["name"]) for v in templateVars
]
# XXXManishearth The following should be #[must_root],
# however we currently allow it till #2661 is fixed
return ("""\
pub enum %s {
%s