aboutsummaryrefslogtreecommitdiffstats
path: root/components/geometry/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-05-20 22:00:36 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2017-05-20 22:00:36 +0200
commita99e73ba6bc1c35f34564adf42a8a4af156b04e3 (patch)
tree43479449eb434426dfbc8ae09b717f2a40e78ae4 /components/geometry/lib.rs
parentcb2e04acf6ee3646ef56bb67c17b779428ad6e61 (diff)
downloadservo-a99e73ba6bc1c35f34564adf42a8a4af156b04e3.tar.gz
servo-a99e73ba6bc1c35f34564adf42a8a4af156b04e3.zip
Silence a warning in servo_geometry
Diffstat (limited to 'components/geometry/lib.rs')
-rw-r--r--components/geometry/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/geometry/lib.rs b/components/geometry/lib.rs
index 453cf0997c5..8b98301dde7 100644
--- a/components/geometry/lib.rs
+++ b/components/geometry/lib.rs
@@ -10,7 +10,6 @@ use app_units::{Au, MAX_AU, MIN_AU};
use euclid::point::Point2D;
use euclid::rect::Rect;
use euclid::size::Size2D;
-use std::i32;
// Units for use with euclid::length and euclid::scale_factor.