From 9733dcd9696f4db5d55119de7d45ee416dc1859d Mon Sep 17 00:00:00 2001 From: Finomnis Date: Sun, 22 Oct 2023 16:37:59 +0200 Subject: [PATCH] Remove coverage ignore feature again --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index f520e50..e1d4a89 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -91,8 +91,6 @@ test(no_crate_inject, attr(deny(warnings))), test(attr(allow(dead_code))) )] -// Allows functions to be ignored by the coverage algorithm -#![cfg_attr(coverage_nightly, feature(coverage_attribute))] type BoxedError = Box;