Rollup merge of #71512 - Rustin-Liu:rustin-patch-bootstrap, r=Mark-Simulacrum
Remove useless "" args Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
This commit is contained in:
commit
f136ba64cd
@ -93,12 +93,12 @@ fn days_since_beta_promotion() -> u64 {
|
||||
];
|
||||
|
||||
fn print_error(tool: &str, submodule: &str) {
|
||||
eprintln!("");
|
||||
eprintln!();
|
||||
eprintln!("We detected that this PR updated '{}', but its tests failed.", tool);
|
||||
eprintln!("");
|
||||
eprintln!();
|
||||
eprintln!("If you do intend to update '{}', please check the error messages above and", tool);
|
||||
eprintln!("commit another update.");
|
||||
eprintln!("");
|
||||
eprintln!();
|
||||
eprintln!("If you do NOT intend to update '{}', please ensure you did not accidentally", tool);
|
||||
eprintln!("change the submodule at '{}'. You may ask your reviewer for the", submodule);
|
||||
eprintln!("proper steps.");
|
||||
|
Loading…
Reference in New Issue
Block a user