Fix bindings.rs warnings.

MozReview-Commit-ID: G03MWTQMkWt
This commit is contained in:
Bobby Holley 2016-10-10 19:42:01 -07:00 committed by Manish Goregaokar
parent 4398512c12
commit a5aed43cd8
2 changed files with 5 additions and 13 deletions

View file

@ -1,6 +1,5 @@
/* automatically generated by rust-bindgen */
use heapsize::HeapSizeOf;
pub type ServoComputedValuesStrong = ::gecko_bindings::sugar::ownership::Strong<ServoComputedValues>;
pub type ServoComputedValuesBorrowedOrNull<'a> = Option<&'a ServoComputedValues>;
pub type ServoComputedValuesBorrowed<'a> = &'a ServoComputedValues;
@ -147,9 +146,7 @@ use gecko_bindings::structs::nsRestyleHint;
use gecko_bindings::structs::ServoElementSnapshot;
use gecko_bindings::structs::nsChangeHint;
use gecko_bindings::structs::SheetParsingMode;
use gecko_bindings::structs::nsMainThreadPtrHandle;
use gecko_bindings::structs::nsMainThreadPtrHolder;
use gecko_bindings::structs::nscolor;
use gecko_bindings::structs::nsFont;
use gecko_bindings::structs::FontFamilyList;
use gecko_bindings::structs::FontFamilyType;
@ -161,14 +158,11 @@ use gecko_bindings::structs::StyleClipPath;
use gecko_bindings::structs::StyleBasicShapeType;
use gecko_bindings::structs::StyleBasicShape;
use gecko_bindings::structs::nsCSSShadowArray;
use gecko_bindings::structs::nsINode;
use gecko_bindings::structs::nsIDocument;
use gecko_bindings::structs::nsIPrincipal;
use gecko_bindings::structs::nsIURI;
use gecko_bindings::structs::RawGeckoNode;
use gecko_bindings::structs::RawGeckoElement;
use gecko_bindings::structs::RawGeckoDocument;
use gecko_bindings::structs::ServoNodeData;
use gecko_bindings::structs::nsString;
extern "C" {