mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-09 08:31:33 +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")]
|
#[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 ChannelId = agb::sound::mixer::ChannelId;
|
||||||
type SoundChannel = agb::sound::mixer::SoundChannel;
|
type SoundChannel = agb::sound::mixer::SoundChannel;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue