diff options
Diffstat (limited to 'components/script/dom/bindings/codegen/CodegenRust.py')
-rw-r--r-- | components/script/dom/bindings/codegen/CodegenRust.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/CodegenRust.py b/components/script/dom/bindings/codegen/CodegenRust.py index 5df915a9e17..9e96c932f48 100644 --- a/components/script/dom/bindings/codegen/CodegenRust.py +++ b/components/script/dom/bindings/codegen/CodegenRust.py @@ -6132,7 +6132,6 @@ class CGBindingRoot(CGThing): # Allow using the typedef's name for accessing variants. template = "pub use self::%(type)s as %(name)s;" else: - assert not typeNeedsRooting(t.innerType, config.getDescriptorProvider()) template = "pub type %(name)s = %(type)s;" cgthings.append(CGGeneric(template % substs)) |