diff options
Diffstat (limited to 'tests/coverage/if_not.rs')
| -rw-r--r-- | tests/coverage/if_not.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coverage/if_not.rs b/tests/coverage/if_not.rs index 4f45ae0b3d4..7b166662b5d 100644 --- a/tests/coverage/if_not.rs +++ b/tests/coverage/if_not.rs @@ -1,6 +1,7 @@ #![feature(coverage_attribute)] // edition: 2021 +#[rustfmt::skip] fn if_not(cond: bool) { if ! |
