Skip to content

Commit c4fe8fb

Browse files
committed
clippy nightly
1 parent 8923ab0 commit c4fe8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-types/src/protocol/envelope.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ impl Envelope {
308308
}
309309

310310
/// Create an [`Iterator`] over all the [`EnvelopeItem`]s.
311-
pub fn items(&self) -> EnvelopeItemIter {
311+
pub fn items(&self) -> EnvelopeItemIter<'_> {
312312
let inner = match &self.items {
313313
Items::EnvelopeItems(items) => items.iter(),
314314
Items::Raw(_) => [].iter(),

0 commit comments

Comments
 (0)