Skip to content

Commit 9656a6e

Browse files
committed
Remove unrelated noop module visibility change
This change belongs to PR #4420 (observability metrics) where it's actually needed for testing, not in the endpoint override metric PR.
1 parent 10224fa commit 9656a6e

File tree

1 file changed

+1
-2
lines changed
  • rust-runtime/aws-smithy-observability/src

1 file changed

+1
-2
lines changed

rust-runtime/aws-smithy-observability/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ mod error;
2525
pub use error::{ErrorKind, GlobalTelemetryProviderError, ObservabilityError};
2626
pub mod global;
2727
pub mod meter;
28-
#[doc(hidden)]
29-
pub mod noop;
28+
mod noop;
3029
mod provider;
3130
pub use provider::{TelemetryProvider, TelemetryProviderBuilder};
3231
pub mod instruments;

0 commit comments

Comments
 (0)