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 9abd49d commit 34464f7Copy full SHA for 34464f7
src/env_var.rs
@@ -8,7 +8,7 @@ use crate::process;
8
9
pub const RUST_RECURSION_COUNT_MAX: u32 = 20;
10
11
-/// This can be removed when https://github.com/rust-lang/rust/issues/ 44434 is
+/// This can be removed when https://github.com/rust-lang/rust/issues/44434 is
12
/// stablised.
13
pub(crate) trait ProcessEnvs {
14
fn env<K, V>(&mut self, key: K, val: V) -> &mut Self
0 commit comments