diff options
Diffstat (limited to 'tests/coverage/abort.rs')
| -rw-r--r-- | tests/coverage/abort.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coverage/abort.rs b/tests/coverage/abort.rs index 98264bdc1af..649e8e52a49 100644 --- a/tests/coverage/abort.rs +++ b/tests/coverage/abort.rs @@ -10,6 +10,7 @@ extern "C" fn might_abort(should_abort: bool) { } } +#[rustfmt::skip] fn main() -> Result<(), u8> { let mut countdown = 10; while countdown > 0 { |
