Skip to content

Commit 62e3e6f

Browse files
ci: run clippy on features separately to find issues (open-telemetry#2866)
Co-authored-by: Cijo Thomas <[email protected]>
1 parent acb2f8b commit 62e3e6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
pub mod logs_asserter;
2+
#[cfg(any(
3+
feature = "hyper-client",
4+
feature = "reqwest-client",
5+
feature = "reqwest-blocking-client",
6+
feature = "tonic-client"
7+
))]
28
pub mod metric_helpers;
39
pub mod test_utils;
410
pub mod trace_asserter;

0 commit comments

Comments
 (0)