We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbecf2b commit a80c1e5Copy full SHA for a80c1e5
lambda-events/src/event/sqs/mod.rs
@@ -156,7 +156,7 @@ pub struct SqsBatchResponse {
156
157
impl SqsBatchResponse {
158
/// Add a failed message ID to the batch response
159
- pub fn add_failure(&mut self, message_id: String) -> () {
+ pub fn add_failure(&mut self, message_id: String) {
160
self.batch_item_failures.push(BatchItemFailure {
161
item_identifier: message_id,
162
#[cfg(feature = "catch-all-fields")]
0 commit comments