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 10224fa commit 9656a6eCopy full SHA for 9656a6e
rust-runtime/aws-smithy-observability/src/lib.rs
@@ -25,8 +25,7 @@ mod error;
25
pub use error::{ErrorKind, GlobalTelemetryProviderError, ObservabilityError};
26
pub mod global;
27
pub mod meter;
28
-#[doc(hidden)]
29
-pub mod noop;
+mod noop;
30
mod provider;
31
pub use provider::{TelemetryProvider, TelemetryProviderBuilder};
32
pub mod instruments;
0 commit comments