Skip to content

Commit 77be437

Browse files
fix(coverage): add coverage_attribute feature gate to acp-nats-ws crate root
1 parent 93ffeb4 commit 77be437

File tree

1 file changed

+1
-0
lines changed
  • rsworkspace/crates/acp-nats-ws/src

1 file changed

+1
-0
lines changed

rsworkspace/crates/acp-nats-ws/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg_attr(coverage, feature(coverage_attribute))]
12
pub mod config;
23
pub mod connection;
34
pub mod upgrade;

0 commit comments

Comments
 (0)