gstreamer-rs/gstreamer-check/src
Sebastian Dröge 9e9bc5122c Fix accidential usage of Rust 1.30 feature
error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
   --> gstreamer-check/src/harness.rs:180:76
    |
180 |     pub fn crank_multiple_clock_waits(&mut self, waits: u32) -> Result<(), glib::BoolError> {
    |                                                                            ^^^^
2018-11-04 18:39:28 +02:00
..
auto Add initial version of gstreamer-check 2018-11-02 13:28:03 +02:00
harness.rs Fix accidential usage of Rust 1.30 feature 2018-11-04 18:39:28 +02:00
lib.rs Keep harness::{Ref, RefMut} in the module instead of re-exporting at the top-level 2018-11-02 15:23:29 +02:00
test_clock.rs Run everything through rustfmt 2018-11-03 20:28:58 +02:00