about summary refs log tree commit diff
path: root/tests/coverage/no_cov_crate.coverage
diff options
context:
space:
mode:
authorltdk <usr@ltdk.xyz>2024-09-23 19:40:22 -0400
committerltdk <usr@ltdk.xyz>2024-12-16 21:07:06 -0500
commitcb487cc2fa3c5ebfddd22d6721cf1669943c1774 (patch)
tree651de3811a54931b8df054e4d7d22d570cee04ac /tests/coverage/no_cov_crate.coverage
parent13b77c687c0f5ad06a579af6d0787fe562747501 (diff)
downloadrust-cb487cc2fa3c5ebfddd22d6721cf1669943c1774.tar.gz
rust-cb487cc2fa3c5ebfddd22d6721cf1669943c1774.zip
Stabilize #[coverage] attribute
Diffstat (limited to 'tests/coverage/no_cov_crate.coverage')
-rw-r--r--tests/coverage/no_cov_crate.coverage1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/coverage/no_cov_crate.coverage b/tests/coverage/no_cov_crate.coverage
index 6a43e52652e..b08e5604454 100644
--- a/tests/coverage/no_cov_crate.coverage
+++ b/tests/coverage/no_cov_crate.coverage
@@ -1,5 +1,4 @@
    LL|       |// Enables `coverage(off)` on the entire crate
-   LL|       |#![feature(coverage_attribute)]
    LL|       |
    LL|       |#[coverage(off)]
    LL|       |fn do_not_add_coverage_1() {