|
@@ -129,7 +129,7 @@ pub fn print_console_info(
|
|
log::warn!(
|
|
log::warn!(
|
|
"{}",
|
|
"{}",
|
|
format!(
|
|
format!(
|
|
- "There were {} warning messages during the build.",
|
|
|
|
|
|
+ "There were {} warning messages during the build. Run `cargo check` to see them.",
|
|
options.warnings.len() - 1
|
|
options.warnings.len() - 1
|
|
)
|
|
)
|
|
.yellow()
|
|
.yellow()
|