Silence some warnings in geckolib

This commit is contained in:
Ravi Shankar 2016-09-27 12:03:55 +05:30
parent 4ceea0426c
commit 24c00da08c
6 changed files with 14 additions and 9 deletions

View file

@ -1118,7 +1118,6 @@ fn static_assert() {
use gecko_bindings::structs::nsStyleImageLayers_Size_DimensionType;
use gecko_bindings::structs::{nsStyleCoord_CalcValue, nsStyleImageLayers_Size};
use properties::longhands::background_size::single_value::computed_value::T;
use values::computed::LengthOrPercentageOrAuto;
let mut width = nsStyleCoord_CalcValue::new();
let mut height = nsStyleCoord_CalcValue::new();