forked from mirrors/gstreamer-rs
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))]
|
||||
mod auto;
|
||||
pub use auto::*;
|
||||
pub use auto::traits::*;
|
||||
|
||||
mod app_src;
|
||||
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))]
|
||||
mod auto;
|
||||
pub use auto::*;
|
||||
pub use auto::traits::*;
|
||||
|
||||
mod 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))]
|
||||
mod auto;
|
||||
pub use auto::*;
|
||||
pub use auto::traits::*;
|
||||
|
||||
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))]
|
||||
mod auto;
|
||||
pub use auto::*;
|
||||
pub use auto::traits::*;
|
||||
|
||||
mod 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))]
|
||||
mod auto;
|
||||
pub use auto::*;
|
||||
pub use auto::traits::*;
|
||||
pub use auto::functions::*;
|
||||
|
||||
pub mod miniobject;
|
||||
|
|
Loading…
Reference in a new issue