mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 19:11:06 +00:00
player: Allow needless_borrow in auto
module
This commit is contained in:
parent
64ec364259
commit
0e435578b7
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ macro_rules! assert_initialized_main_thread {
|
||||||
#[allow(clippy::type_complexity)]
|
#[allow(clippy::type_complexity)]
|
||||||
#[allow(clippy::cast_ptr_alignment)]
|
#[allow(clippy::cast_ptr_alignment)]
|
||||||
#[allow(clippy::use_self)]
|
#[allow(clippy::use_self)]
|
||||||
|
#[allow(clippy::needless_borrow)]
|
||||||
mod auto;
|
mod auto;
|
||||||
pub use crate::auto::*;
|
pub use crate::auto::*;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue