Skip to content

Commit

Permalink
Merge pull request #170 from RalfJung/import
Browse files Browse the repository at this point in the history
remove redundant import
  • Loading branch information
Munksgaard authored Apr 16, 2019
2 parents 9c5ffb5 + d205009 commit dfd512e
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 dfd512e

Please sign in to comment.