Skip to content

Commit

Permalink
Fix visibility of StatusCode
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Nov 15, 2023
1 parent abbb142 commit 34b3dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-runtime-api/src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ mod response;
pub use error::HttpError;
pub use headers::{HeaderValue, Headers, HeadersIter};
pub use request::{Request, RequestParts};
pub use response::Response;
pub use response::{Response, StatusCode};

0 comments on commit 34b3dea

Please sign in to comment.