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 98e065a commit d4840c7Copy full SHA for d4840c7
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