Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit db6a13d

Browse files
committed
Remove unused imports.
1 parent ca1ce19 commit db6a13d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

values.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ At least it's consistent though.
1313

1414
use core::cmp::Eq;
1515
use std::net::url::Url;
16-
use units::{Length, AbsoluteSize, RelativeSize,
17-
BoxSizing, BoxLength, BoxPercent, BoxAuto, Px, Em, Pt};
16+
use units::{Length, AbsoluteSize, RelativeSize};
1817
use units::GenericFontFamily;
1918
use color::Color;
2019

0 commit comments

Comments
 (0)