mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Hide cargo build
warnings if there is no output
This commit is contained in:
parent
455d87cadd
commit
33a5680328
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ pub trait RunnableExercise {
|
|||
args: &[],
|
||||
bin_name,
|
||||
description: "cargo build …",
|
||||
hide_warnings: false,
|
||||
hide_warnings: output.is_none(),
|
||||
target_dir,
|
||||
output: output.as_deref_mut(),
|
||||
dev,
|
||||
|
|
Loading…
Reference in a new issue