Skip to content

Commit

Permalink
Don't re-export lambda_runtime_api_client::body.
Browse files Browse the repository at this point in the history
Signed-off-by: David Calavera <[email protected]>
  • Loading branch information
calavera committed Dec 13, 2023
1 parent 4403f50 commit 92f1da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lambda-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ use types::invoke_request_id;

/// Error type that lambdas may result in
pub type Error = lambda_runtime_api_client::BoxError;
pub use lambda_runtime_api_client::body;

/// Configuration derived from environment variables.
#[derive(Debug, Default, Clone, Eq, PartialEq, Serialize, Deserialize)]
Expand Down

0 comments on commit 92f1da4

Please sign in to comment.