We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acbd47 commit a2601b9Copy full SHA for a2601b9
1 file changed
codegen-check/lib.rs
@@ -10,6 +10,7 @@
10
//! Note that the `#[inline(never)]` is required to force the compiler to
11
//! generate the symbol.
12
13
+#![cfg_attr(coverage, feature(coverage_attribute))]
14
#![cfg_attr(coverage, coverage(off))]
15
16
use glamour::Vector4;
0 commit comments