mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove an unused import of std::str.
This commit is contained in:
parent
03e0f911ec
commit
1b481302e1
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ use std::io;
|
|||
use std::io::{File, Reader, Process};
|
||||
use std::io::process::ExitStatus;
|
||||
use std::os;
|
||||
use std::str;
|
||||
use test::{DynTestName, DynTestFn, TestDesc, TestOpts, TestDescAndFn};
|
||||
use test::run_tests_console;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue