diff options
Diffstat (limited to 'library/std/src/env/tests.rs')
-rw-r--r-- | library/std/src/env/tests.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/env/tests.rs b/library/std/src/env/tests.rs index 558692295..fc7aee297 100644 --- a/library/std/src/env/tests.rs +++ b/library/std/src/env/tests.rs @@ -1,7 +1,5 @@ use super::*; -use crate::path::Path; - #[test] #[cfg_attr(any(target_os = "emscripten", target_env = "sgx"), ignore)] fn test_self_exe_path() { |