Skip to content

Commit 24c6882

Browse files
committed
fix(cli): restore parse_leading_chdir test import lost in a restack
The test module imports items explicitly; a restack conflict resolution kept the tests but dropped the import, which only all-targets compilation catches (workspace clippy now runs clean with CI's exact invocation).
1 parent 668fb7d commit 24c6882

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/vite_global_cli/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@ mod tests {
510510

511511
use super::{
512512
extract_unknown_argument, has_pass_as_value_suggestion, is_affirmative_response,
513-
normalize_args, replace_top_level_typoed_subcommand, try_parse_args_from,
513+
normalize_args, parse_leading_chdir, replace_top_level_typoed_subcommand,
514+
try_parse_args_from,
514515
};
515516

516517
fn s(v: &[&str]) -> Vec<String> {

0 commit comments

Comments
 (0)