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 75657d5 commit e612d78Copy full SHA for e612d78
library/std/src/process.rs
@@ -1031,7 +1031,7 @@ impl Command {
1031
/// process.
1032
///
1033
/// Each element is a tuple key/value pair `(&OsStr, Option<&OsStr>)`. A [`None`] value
1034
- /// indicates its key was explicitly removed via [`Command::env_clear`]. The associated key for
+ /// indicates its key was explicitly removed via [`Command::env_remove`]. The associated key for
1035
/// the [`None`] value will no longer inherit from its parent process.
1036
1037
/// An empty iterator can indicate that no explicit mappings were added or that
0 commit comments