mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
More clippy fixes
This commit is contained in:
parent
1972c83fc9
commit
828339779b
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue