solid clippy problem (clippy on windows seems ignore it) finally fixed

This commit is contained in:
Zhenping Zhao 2024-12-20 19:20:47 -08:00
parent 41d868f966
commit 63168465b8

View file

@ -1476,7 +1476,7 @@ mod test_auto_cd {
#[track_caller]
fn check(before: impl AsRef<AbsolutePath>, input: &str, after: impl AsRef<AbsolutePath>) {
// Setup EngineState and Stack.
let mut engine_state = EngineState::new();
let engine_state = EngineState::new();
let mut stack = Stack::new();
stack.set_cwd(before.as_ref()).unwrap();