mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Remove an obsolete comment I missed in #6804.
This commit is contained in:
parent
12c46ddd61
commit
e8cff1d2a2
1 changed files with 0 additions and 2 deletions
|
@ -3442,8 +3442,6 @@ class CGUnionStruct(CGThing):
|
||||||
" %s::e%s(ref inner) => inner.to_jsval(cx, rval),"
|
" %s::e%s(ref inner) => inner.to_jsval(cx, rval),"
|
||||||
% (self.type, v["name"]) for v in templateVars
|
% (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 ("""\
|
return ("""\
|
||||||
pub enum %s {
|
pub enum %s {
|
||||||
%s
|
%s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue