From 9f977c52878e3638f475ca9a78e9f57d0d22893d Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 7 Nov 2018 17:08:14 +0100 Subject: Remove useless `use crate_name;` imports. A `crate_name::foo` path always works in 2018 --- python/tidy/servo_tidy_tests/rust_tidy.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'python/tidy/servo_tidy_tests') diff --git a/python/tidy/servo_tidy_tests/rust_tidy.rs b/python/tidy/servo_tidy_tests/rust_tidy.rs index c1be1695156..a4d662e2c6e 100644 --- a/python/tidy/servo_tidy_tests/rust_tidy.rs +++ b/python/tidy/servo_tidy_tests/rust_tidy.rs @@ -10,7 +10,6 @@ use euclid::Size2D; use azure::azure::AzIntSize; use azure::azure::{AzIntSize}; -use std; mod paint_context; pub mod display_list; -- cgit v1.2.3