diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/script/dom/blob.rs | 2 | ||||
-rw-r--r-- | tests/unit/style/attr.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/script/dom/blob.rs b/tests/unit/script/dom/blob.rs index 339b1f4ba36..fa670ec28c4 100644 --- a/tests/unit/script/dom/blob.rs +++ b/tests/unit/script/dom/blob.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use script::dom::blob::{DataSlice}; +use script::dom::blob::DataSlice; use std::sync::Arc; #[test] diff --git a/tests/unit/style/attr.rs b/tests/unit/style/attr.rs index 19c3ba93312..7b642a5db4a 100644 --- a/tests/unit/style/attr.rs +++ b/tests/unit/style/attr.rs @@ -4,7 +4,7 @@ use app_units::Au; use style::attr::{AttrValue, parse_length}; -use util::str::{LengthOrPercentageOrAuto}; +use util::str::LengthOrPercentageOrAuto; #[test] fn test_parse_double() { |