diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-11-07 17:08:14 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-11-08 09:29:52 +0100 |
commit | 9f977c52878e3638f475ca9a78e9f57d0d22893d (patch) | |
tree | b1a3c3010e6c29c4f9d86930f948116b6bf27a93 /python | |
parent | 50c840fe42f4bf91019e9e585ee9c1c85cde232e (diff) | |
download | servo-9f977c52878e3638f475ca9a78e9f57d0d22893d.tar.gz servo-9f977c52878e3638f475ca9a78e9f57d0d22893d.zip |
Remove useless `use crate_name;` imports.
A `crate_name::foo` path always works in 2018
Diffstat (limited to 'python')
-rw-r--r-- | python/tidy/servo_tidy_tests/rust_tidy.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |