Skip to content

Commit a2601b9

Browse files
committed
Missing cfg(feature(coverage_attribute))
1 parent 9acbd47 commit a2601b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codegen-check/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//! Note that the `#[inline(never)]` is required to force the compiler to
1111
//! generate the symbol.
1212
13+
#![cfg_attr(coverage, feature(coverage_attribute))]
1314
#![cfg_attr(coverage, coverage(off))]
1415

1516
use glamour::Vector4;

0 commit comments

Comments
 (0)