Skip to content

Commit c30ac62

Browse files
authored
Merge pull request #2812 from jonhoo/how-infinite
Bump recursion limit to 20
2 parents 08972a6 + 61d4637 commit c30ac62

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
@@ -4,7 +4,7 @@ use std::process::Command;
44

55
use crate::process;
66

7-
pub const RUST_RECURSION_COUNT_MAX: u32 = 5;
7+
pub const RUST_RECURSION_COUNT_MAX: u32 = 20;
88

99
#[allow(unused)]
1010
pub fn append_path(name: &str, value: Vec<PathBuf>, cmd: &mut Command) {

0 commit comments

Comments
 (0)