diff --git a/rust-runtime/aws-smithy-http-server/src/lib.rs b/rust-runtime/aws-smithy-http-server/src/lib.rs index 18ae005d08..de353cadb5 100644 --- a/rust-runtime/aws-smithy-http-server/src/lib.rs +++ b/rust-runtime/aws-smithy-http-server/src/lib.rs @@ -13,6 +13,7 @@ pub(crate) mod macros; pub mod body; pub(crate) mod error; pub mod extension; +pub mod extract; #[doc(hidden)] pub mod instrumentation; #[doc(hidden)]