Skip to content

Commit

Permalink
remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 7, 2019
1 parent 3e99253 commit 54abe79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ impl Config {

#[cfg(feature = "tmp")]
pub fn tempdir(mut self) -> ConfigWithTemp {
use tempfile;
let tmp = tempfile::Builder::new().prefix("compiletest").tempdir()
.expect("failed to create temporary directory");
self.build_base = tmp.path().to_owned();
Expand Down

0 comments on commit 54abe79

Please sign in to comment.