We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4b56d commit ad38c2dCopy full SHA for ad38c2d
1 file changed
libdd-trace-utils/src/lib.rs
@@ -7,6 +7,7 @@
7
#![cfg_attr(not(test), deny(clippy::todo))]
8
#![cfg_attr(not(test), deny(clippy::unimplemented))]
9
10
+// WIP: temporary no-op to trigger a scoped benchmark run (APMSP-3723 OOM/mis-report repro; revert before merge)
11
pub mod agentless_encoder;
12
pub mod config_utils;
13
pub mod json_log_encoder;
0 commit comments