Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xnorpx authored Nov 10, 2024
1 parent a063975 commit 86feb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/change/sdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ impl Changes {
index_start: usize,
config: &'b CodecConfig,
exts: &'b ExtensionMap,
) -> impl Iterator<Item = Media> + '_ {
) -> impl Iterator<Item = Media> + 'a {
self.0
.iter()
.enumerate()
Expand Down

0 comments on commit 86feb9f

Please sign in to comment.