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 8e0faf7 commit 70559c5Copy full SHA for 70559c5
src/libstd/sys/unix/process/process_common.rs
@@ -184,6 +184,7 @@ impl Command {
184
let maybe_env = self.env.capture_if_changed();
185
maybe_env.map(|env| construct_envp(env, &mut self.saw_nul))
186
}
187
+ #[allow(dead_code)]
188
pub fn env_saw_path(&self) -> bool {
189
self.env.have_changed_path()
190
0 commit comments