Skip to content

Commit

Permalink
Remove coverage attribute cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Dec 23, 2024
1 parent 87bfc45 commit 4a509cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#![deny(clippy::expect_used)]
// Ignore the warning that the `coverage_nightly` cfg is not recognized.
#![cfg_attr(test, allow(unexpected_cfgs))]
// https://github.com/taiki-e/coverage-helper?tab=readme-ov-file#usage
#![cfg_attr(all(test, coverage_nightly), feature(coverage_attribute))]

pub mod api;
pub mod app;
Expand Down

0 comments on commit 4a509cf

Please sign in to comment.