forked from mirrors/gstreamer-rs
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 harness;
|
||||
pub use harness::*;
|
||||
pub mod harness;
|
||||
pub use harness::Harness;
|
||||
|
||||
// Re-export all the traits in a prelude module, so that applications
|
||||
// can always "use gst::prelude::*" without getting conflicts
|
||||
|
|
Loading…
Reference in a new issue