Keep harness::{Ref, RefMut} in the module instead of re-exporting at the top-level

This commit is contained in:
Sebastian Dröge 2018-11-02 15:23:29 +02:00
parent 26a213bf9f
commit af4d08da17

View file

@ -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