aboutsummaryrefslogtreecommitdiff
path: root/cc/tests/cc_env.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cc/tests/cc_env.rs')
-rw-r--r--cc/tests/cc_env.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/cc/tests/cc_env.rs b/cc/tests/cc_env.rs
index e862fea..43eb689 100644
--- a/cc/tests/cc_env.rs
+++ b/cc/tests/cc_env.rs
@@ -1,12 +1,9 @@
-extern crate cc;
-extern crate tempdir;
-
use std::env;
use std::ffi::OsString;
use std::path::Path;
mod support;
-use support::Test;
+use crate::support::Test;
#[test]
fn main() {