Skip to content

Commit dfd512e

Browse files
authored
Merge pull request #170 from RalfJung/import
remove redundant import
2 parents 9c5ffb5 + d205009 commit dfd512e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ impl Config {
285285

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

0 commit comments

Comments
 (0)