diff options
Diffstat (limited to 'tests/coverage/simple_loop.rs')
| -rw-r--r-- | tests/coverage/simple_loop.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coverage/simple_loop.rs b/tests/coverage/simple_loop.rs index 6f7f23475b8..6776911563d 100644 --- a/tests/coverage/simple_loop.rs +++ b/tests/coverage/simple_loop.rs @@ -1,5 +1,6 @@ #![allow(unused_assignments)] +#[rustfmt::skip] fn main() { // Initialize test constants in a way that cannot be determined at compile time, to ensure // rustc and LLVM cannot optimize out statements (or coverage counters) downstream from |
