More clippy fixes

This commit is contained in:
Gwilym Inzani 2024-10-05 21:50:46 +01:00
parent 1972c83fc9
commit 828339779b

View file

@ -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;