Skip to content

Commit 5893916

Browse files
committed
Remove space from comment
1 parent 503cb4a commit 5893916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env_var.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::process;
88

99
pub const RUST_RECURSION_COUNT_MAX: u32 = 20;
1010

11-
/// This can be removed when https://github.com/rust-lang/rust/issues/ 44434 is
11+
/// This can be removed when https://github.com/rust-lang/rust/issues/44434 is
1212
/// stablised.
1313
pub(crate) trait ProcessEnvs {
1414
fn env<K, V>(&mut self, key: K, val: V) -> &mut Self

0 commit comments

Comments
 (0)