diff --git a/gstreamer-audio/src/lib.rs b/gstreamer-audio/src/lib.rs index 80be9063d..119453674 100644 --- a/gstreamer-audio/src/lib.rs +++ b/gstreamer-audio/src/lib.rs @@ -40,6 +40,7 @@ macro_rules! skip_assert_initialized { #[allow(clippy::unreadable_literal)] #[allow(clippy::too_many_arguments)] #[allow(clippy::match_same_arms)] +#[allow(unused_imports)] mod auto; pub use auto::*; diff --git a/gstreamer-base/src/auto/enums.rs b/gstreamer-base/src/auto/enums.rs index 03d42361b..50ae3633a 100644 --- a/gstreamer-base/src/auto/enums.rs +++ b/gstreamer-base/src/auto/enums.rs @@ -2,23 +2,14 @@ // from gir-files (https://github.com/gtk-rs/gir-files) // DO NOT EDIT -#[cfg(any(feature = "v1_18", feature = "dox"))] use glib::translate::*; -#[cfg(any(feature = "v1_18", feature = "dox"))] use glib::value::FromValue; -#[cfg(any(feature = "v1_18", feature = "dox"))] use glib::value::FromValueOptional; -#[cfg(any(feature = "v1_18", feature = "dox"))] use glib::value::SetValue; -#[cfg(any(feature = "v1_18", feature = "dox"))] use glib::value::Value; -#[cfg(any(feature = "v1_18", feature = "dox"))] use glib::StaticType; -#[cfg(any(feature = "v1_18", feature = "dox"))] use glib::Type; -#[cfg(any(feature = "v1_18", feature = "dox"))] use gobject_sys; -#[cfg(any(feature = "v1_18", feature = "dox"))] use gst_base_sys; #[cfg(any(feature = "v1_18", feature = "dox"))] diff --git a/gstreamer-base/src/lib.rs b/gstreamer-base/src/lib.rs index f5e4f3e32..5d418e28a 100644 --- a/gstreamer-base/src/lib.rs +++ b/gstreamer-base/src/lib.rs @@ -36,6 +36,7 @@ macro_rules! skip_assert_initialized { #[allow(clippy::too_many_arguments)] #[allow(clippy::match_same_arms)] #[allow(clippy::type_complexity)] +#[allow(unused_imports)] mod auto; pub use auto::functions::*; pub use auto::*; diff --git a/gstreamer-editing-services/src/lib.rs b/gstreamer-editing-services/src/lib.rs index b5ffc82a4..ddee98eec 100644 --- a/gstreamer-editing-services/src/lib.rs +++ b/gstreamer-editing-services/src/lib.rs @@ -63,6 +63,7 @@ macro_rules! skip_assert_initialized { #[allow(clippy::unreadable_literal)] #[allow(clippy::too_many_arguments)] #[allow(clippy::match_same_arms)] +#[allow(unused_imports)] mod auto; pub use auto::*; diff --git a/gstreamer-net/src/lib.rs b/gstreamer-net/src/lib.rs index 31e41e414..7af81fde8 100644 --- a/gstreamer-net/src/lib.rs +++ b/gstreamer-net/src/lib.rs @@ -31,6 +31,7 @@ macro_rules! skip_assert_initialized { #[allow(clippy::unreadable_literal)] #[allow(clippy::too_many_arguments)] #[allow(clippy::match_same_arms)] +#[allow(unused_imports)] mod auto; pub use auto::*; mod net_client_clock; diff --git a/gstreamer-pbutils/src/lib.rs b/gstreamer-pbutils/src/lib.rs index f9c9ca626..b5de8e30c 100644 --- a/gstreamer-pbutils/src/lib.rs +++ b/gstreamer-pbutils/src/lib.rs @@ -43,6 +43,7 @@ macro_rules! skip_assert_initialized { #[allow(clippy::too_many_arguments)] #[allow(clippy::match_same_arms)] #[allow(clippy::type_complexity)] +#[allow(unused_imports)] mod auto; pub use auto::functions::*; pub use auto::*; diff --git a/gstreamer-player/src/lib.rs b/gstreamer-player/src/lib.rs index 18ff06569..067364cda 100644 --- a/gstreamer-player/src/lib.rs +++ b/gstreamer-player/src/lib.rs @@ -31,6 +31,7 @@ macro_rules! assert_initialized_main_thread { #[allow(clippy::match_same_arms)] #[allow(clippy::type_complexity)] #[allow(clippy::cast_ptr_alignment)] +#[allow(unused_imports)] mod auto; pub use auto::*; diff --git a/gstreamer-video/src/lib.rs b/gstreamer-video/src/lib.rs index 036bb8292..ad87efdb9 100644 --- a/gstreamer-video/src/lib.rs +++ b/gstreamer-video/src/lib.rs @@ -42,6 +42,7 @@ macro_rules! skip_assert_initialized { #[allow(clippy::unreadable_literal)] #[allow(clippy::too_many_arguments)] #[allow(clippy::match_same_arms)] +#[allow(unused_imports)] mod auto; pub use auto::*;