Skip to content

Commit

Permalink
More clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gwilymk committed Oct 5, 2024
1 parent 1972c83 commit 8283397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/agb-tracker/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ impl SoundChannel for agb::sound::mixer::SoundChannel {
}

#[cfg(feature = "agb")]
impl<'gba> Mixer for agb::sound::mixer::Mixer<'gba> {
impl Mixer for agb::sound::mixer::Mixer<'_> {
type ChannelId = agb::sound::mixer::ChannelId;
type SoundChannel = agb::sound::mixer::SoundChannel;

Expand Down

0 comments on commit 8283397

Please sign in to comment.