We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a93ad3 commit 134d86dCopy full SHA for 134d86d
src/env_var.rs
@@ -86,7 +86,7 @@ mod tests {
86
use crate::test::{with_saved_path, Env};
87
88
use std::collections::HashMap;
89
- use std::ffi::OsString;
+ use std::ffi::{OsStr, OsString};
90
91
#[test]
92
fn deduplicate_and_concat_paths() {
src/lib.rs
@@ -1,4 +1,3 @@
1
-#![feature(command_access)]
2
#![deny(rust_2018_idioms)]
3
#![allow(
4
clippy::too_many_arguments,
0 commit comments