Skip to content

Commit

Permalink
chore: Remove redundant imports
Browse files Browse the repository at this point in the history
Rust nightly treats such as errors.
  • Loading branch information
vadorovsky committed Mar 4, 2024
1 parent 6e41827 commit 0447c1d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

use errors::{Error, ErrorKind};
use runtest::ProcRes;
use serde_json;
use std::path::Path;
use std::str::FromStr;

Expand Down
1 change: 0 additions & 1 deletion src/read2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ mod imp {

#[cfg(unix)]
mod imp {
use libc;
use std::io;
use std::io::prelude::*;
use std::mem;
Expand Down
1 change: 0 additions & 1 deletion src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use common::{Assembly, Incremental, MirOpt, RunMake, Ui};
use common::{Codegen, CodegenUnits, DebugInfoGdb, DebugInfoLldb, Rustdoc};
use common::{CompileFail, ParseFail, Pretty, RunFail, RunPass, RunPassValgrind};
use common::{Config, TestPaths};
use diff;
use errors::{self, Error, ErrorKind};
use filetime::FileTime;
use header::TestProps;
Expand Down

0 comments on commit 0447c1d

Please sign in to comment.