Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Nov 13, 2024
1 parent d95661a commit 443513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loco-new/tests/wizard/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn new_from_wizard(

let mut env_map: HashMap<_, _> = std::env::vars().collect();
env_map.insert("RUSTFLAGS".into(), "-D warnings".into());
assert!(cmd!("cargo", "check")
assert!(cmd!("cargo", "check", "--quiet")
.full_env(&env_map)
// .stdout_null()
// .stderr_null()
Expand Down

0 comments on commit 443513f

Please sign in to comment.