mirror of
https://github.com/servo/servo
synced 2026-05-03 04:42:17 +02:00
Fix various build warnings
This should remove six separate warnings when building servo. One of the warnings was an unused mut, and the other were various dead code warnings
This commit is contained in:
@@ -1850,6 +1850,7 @@ class CGImports(CGWrapper):
|
||||
'unused_imports',
|
||||
'unused_variables',
|
||||
'unused_assignments',
|
||||
'unused_mut',
|
||||
]
|
||||
|
||||
def componentTypes(type):
|
||||
|
||||
Reference in New Issue
Block a user