mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Move remaining uses of NonZero to our nonzero crate
This commit is contained in:
parent
e2fafd2dfc
commit
99b052d3a6
4 changed files with 2 additions and 4 deletions
|
@ -5575,7 +5575,6 @@ def generate_imports(config, cgthings, descriptors, callbacks=None, dictionaries
|
|||
typedefs = []
|
||||
|
||||
return CGImports(cgthings, descriptors, callbacks, dictionaries, enums, typedefs, [
|
||||
'core::nonzero::NonZero',
|
||||
'js',
|
||||
'js::JSCLASS_GLOBAL_SLOT_COUNT',
|
||||
'js::JSCLASS_IS_DOMJSCLASS',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue