mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
Fix bindings.rs warnings.
MozReview-Commit-ID: G03MWTQMkWt
This commit is contained in:
parent
4398512c12
commit
a5aed43cd8
2 changed files with 5 additions and 13 deletions
|
@ -195,9 +195,7 @@ COMPILATION_TARGETS = {
|
|||
# Generation of the ffi bindings.
|
||||
"bindings": {
|
||||
"target_dir": "../gecko_bindings",
|
||||
"raw_lines": [
|
||||
"use heapsize::HeapSizeOf;",
|
||||
],
|
||||
"raw_lines": [],
|
||||
"flags": [
|
||||
"--ignore-methods",
|
||||
],
|
||||
|
@ -224,13 +222,13 @@ COMPILATION_TARGETS = {
|
|||
"nsStyleImageLayers_Layer", "nsStyleImageLayers_LayerType",
|
||||
"nsStyleUnit", "nsStyleUnion", "nsStyleCoord_CalcValue",
|
||||
"nsStyleCoord_Calc", "nsRestyleHint", "ServoElementSnapshot",
|
||||
"nsChangeHint", "SheetParsingMode", "nsMainThreadPtrHandle",
|
||||
"nsMainThreadPtrHolder", "nscolor", "nsFont", "FontFamilyList",
|
||||
"nsChangeHint", "SheetParsingMode",
|
||||
"nsMainThreadPtrHolder", "nsFont", "FontFamilyList",
|
||||
"FontFamilyType", "nsIAtom", "nsStyleContext", "StyleClipPath",
|
||||
"StyleBasicShapeType", "StyleBasicShape", "nsCSSShadowArray",
|
||||
"nsINode", "nsIDocument", "nsIPrincipal", "nsIURI",
|
||||
"nsIPrincipal", "nsIURI",
|
||||
"RawGeckoNode", "RawGeckoElement", "RawGeckoDocument",
|
||||
"ServoNodeData", "nsString"
|
||||
"nsString"
|
||||
],
|
||||
"servo_nullable_arc_types": [
|
||||
"ServoComputedValues", "RawServoStyleSheet",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue