Skip to content

Commit 134d86d

Browse files
committed
remove command_access
1 parent 3a93ad3 commit 134d86d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/env_var.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ mod tests {
8686
use crate::test::{with_saved_path, Env};
8787

8888
use std::collections::HashMap;
89-
use std::ffi::OsString;
89+
use std::ffi::{OsStr, OsString};
9090

9191
#[test]
9292
fn deduplicate_and_concat_paths() {

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(command_access)]
21
#![deny(rust_2018_idioms)]
32
#![allow(
43
clippy::too_many_arguments,

0 commit comments

Comments
 (0)