From 30f998748d8faa5d9b6d87d0c3db44d8420978fe Mon Sep 17 00:00:00 2001 From: Thomas Cameron Date: Tue, 2 May 2023 14:33:34 +0000 Subject: [PATCH] update --- rust-runtime/aws-smithy-types/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust-runtime/aws-smithy-types/src/lib.rs b/rust-runtime/aws-smithy-types/src/lib.rs index be65634baf..ffa1c86ea5 100644 --- a/rust-runtime/aws-smithy-types/src/lib.rs +++ b/rust-runtime/aws-smithy-types/src/lib.rs @@ -35,6 +35,3 @@ pub use document::Document; )] pub use error::ErrorMetadata as Error; pub use number::Number; - -#[cfg(test)] -mod serde_impl_test;