mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
Remove an obsolete comment I missed in #6804.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user