mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 11:43:18 +02:00
Allow NU_LIBS_DIR and friends to be const (#8538)
This commit is contained in:
@ -859,7 +859,7 @@ pub fn eval_element_with_input(
|
||||
],
|
||||
redirect_stdout: false,
|
||||
redirect_stderr: false,
|
||||
parser_info: vec![],
|
||||
parser_info: HashMap::new(),
|
||||
},
|
||||
input,
|
||||
)
|
||||
@ -930,7 +930,7 @@ pub fn eval_element_with_input(
|
||||
],
|
||||
redirect_stdout: false,
|
||||
redirect_stderr: false,
|
||||
parser_info: vec![],
|
||||
parser_info: HashMap::new(),
|
||||
},
|
||||
input,
|
||||
)
|
||||
|
Reference in New Issue
Block a user