mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 07:06:41 +11:00
More clippy fixes
This commit is contained in:
parent
1972c83fc9
commit
828339779b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue