coverage: Format all remaining tests
These tests can simply be reformatted as normal, because the resulting changes are unimportant.
This commit is contained in:
parent
1f9353ae2c
commit
99797bbd9f
18 changed files with 70 additions and 54 deletions
|
@ -14,7 +14,8 @@
|
|||
LL| |
|
||||
LL| |macro_rules! on_error {
|
||||
LL| | ($value:expr, $error_message:expr) => {
|
||||
LL| | $value.or_else(|e| { // FIXME(85000): no coverage in closure macros
|
||||
LL| | $value.or_else(|e| {
|
||||
LL| | // FIXME(85000): no coverage in closure macros
|
||||
LL| | let message = format!($error_message, e);
|
||||
LL| | if message.len() > 0 {
|
||||
LL| | println!("{}", message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue