mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-18 03:55:36 +00:00
Only re-export traits once
This commit is contained in:
parent
50a1535771
commit
767bd0537e
5 changed files with 0 additions and 5 deletions
|
@ -36,7 +36,6 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
|
||||||
#[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
|
#[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
|
||||||
mod auto;
|
mod auto;
|
||||||
pub use auto::*;
|
pub use auto::*;
|
||||||
pub use auto::traits::*;
|
|
||||||
|
|
||||||
mod app_src;
|
mod app_src;
|
||||||
mod app_sink;
|
mod app_sink;
|
||||||
|
|
|
@ -39,7 +39,6 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
|
||||||
#[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
|
#[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
|
||||||
mod auto;
|
mod auto;
|
||||||
pub use auto::*;
|
pub use auto::*;
|
||||||
pub use auto::traits::*;
|
|
||||||
|
|
||||||
mod audio_format;
|
mod audio_format;
|
||||||
pub use audio_format::*;
|
pub use audio_format::*;
|
||||||
|
|
|
@ -41,7 +41,6 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
|
||||||
#[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
|
#[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
|
||||||
mod auto;
|
mod auto;
|
||||||
pub use auto::*;
|
pub use auto::*;
|
||||||
pub use auto::traits::*;
|
|
||||||
|
|
||||||
mod player;
|
mod player;
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,6 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
|
||||||
#[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
|
#[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
|
||||||
mod auto;
|
mod auto;
|
||||||
pub use auto::*;
|
pub use auto::*;
|
||||||
pub use auto::traits::*;
|
|
||||||
|
|
||||||
mod video_format;
|
mod video_format;
|
||||||
pub use video_format::*;
|
pub use video_format::*;
|
||||||
|
|
|
@ -52,7 +52,6 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
|
||||||
#[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
|
#[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
|
||||||
mod auto;
|
mod auto;
|
||||||
pub use auto::*;
|
pub use auto::*;
|
||||||
pub use auto::traits::*;
|
|
||||||
pub use auto::functions::*;
|
pub use auto::functions::*;
|
||||||
|
|
||||||
pub mod miniobject;
|
pub mod miniobject;
|
||||||
|
|
Loading…
Reference in a new issue