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 396cbe6 commit 3a28887Copy full SHA for 3a28887
library/std/src/process.rs
@@ -789,7 +789,7 @@ impl Command {
789
/// or [`Command::envs`]. In addition, it will prevent the spawned child process from inheriting
790
/// any environment variable from its parent process.
791
///
792
- /// After calling [`Command::env_remove`], the iterator from [`Command::get_envs`] will be
+ /// After calling [`Command::env_clear`], the iterator from [`Command::get_envs`] will be
793
/// empty.
794
795
/// You can use [`Command::env_remove`] to clear a single mapping.
0 commit comments