about summary refs log tree commit diff
path: root/tests/coverage/async.coverage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/async.coverage')
-rw-r--r--tests/coverage/async.coverage2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/coverage/async.coverage b/tests/coverage/async.coverage
index 015e03d5165..8408769cdc1 100644
--- a/tests/coverage/async.coverage
+++ b/tests/coverage/async.coverage
@@ -1,6 +1,8 @@
    LL|       |#![feature(coverage_attribute)]
+   LL|       |#![feature(custom_inner_attributes)] // for #![rustfmt::skip]
    LL|       |#![feature(noop_waker)]
    LL|       |#![allow(unused_assignments, dead_code)]
+   LL|       |#![rustfmt::skip]
    LL|       |// edition: 2018
    LL|       |// compile-flags: -Copt-level=1
    LL|       |