mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 11:31:06 +00:00
Keep harness::{Ref, RefMut} in the module instead of re-exporting at the top-level
This commit is contained in:
parent
26a213bf9f
commit
af4d08da17
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ pub use auto::*;
|
||||||
|
|
||||||
mod test_clock;
|
mod test_clock;
|
||||||
|
|
||||||
mod harness;
|
pub mod harness;
|
||||||
pub use harness::*;
|
pub use harness::Harness;
|
||||||
|
|
||||||
// Re-export all the traits in a prelude module, so that applications
|
// Re-export all the traits in a prelude module, so that applications
|
||||||
// can always "use gst::prelude::*" without getting conflicts
|
// can always "use gst::prelude::*" without getting conflicts
|
||||||
|
|
Loading…
Reference in a new issue