player: Allow needless_borrow in auto module

This commit is contained in:
Marijn Suijten 2021-09-21 10:26:31 +02:00
parent 64ec364259
commit 0e435578b7

View file

@ -22,6 +22,7 @@ macro_rules! assert_initialized_main_thread {
#[allow(clippy::type_complexity)]
#[allow(clippy::cast_ptr_alignment)]
#[allow(clippy::use_self)]
#[allow(clippy::needless_borrow)]
mod auto;
pub use crate::auto::*;