Skip to content

Commit

Permalink
Add the extract module
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Barber committed Nov 18, 2022
1 parent 24ae36b commit 40e62e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust-runtime/aws-smithy-http-server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ pub(crate) mod macros;
pub mod body;
pub(crate) mod error;
pub mod extension;
#[doc(inline)]
pub mod extract;
#[doc(hidden)]
pub mod instrumentation;
#[doc(hidden)]
Expand Down

0 comments on commit 40e62e9

Please sign in to comment.