mirror of
https://github.com/nushell/nushell
synced 2025-01-12 05:09:04 +00:00
solid clippy problem (clippy on windows seems ignore it) finally fixed
This commit is contained in:
parent
41d868f966
commit
63168465b8
1 changed files with 1 additions and 1 deletions
|
@ -1476,7 +1476,7 @@ mod test_auto_cd {
|
||||||
#[track_caller]
|
#[track_caller]
|
||||||
fn check(before: impl AsRef<AbsolutePath>, input: &str, after: impl AsRef<AbsolutePath>) {
|
fn check(before: impl AsRef<AbsolutePath>, input: &str, after: impl AsRef<AbsolutePath>) {
|
||||||
// Setup EngineState and Stack.
|
// Setup EngineState and Stack.
|
||||||
let mut engine_state = EngineState::new();
|
let engine_state = EngineState::new();
|
||||||
let mut stack = Stack::new();
|
let mut stack = Stack::new();
|
||||||
stack.set_cwd(before.as_ref()).unwrap();
|
stack.set_cwd(before.as_ref()).unwrap();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue