forked from mirrors/gstreamer-rs
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> { | ^^^^
This commit is contained in:
parent
5ae517d093
commit
2a222987d1
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
// except according to those terms.
|
||||
|
||||
use ffi;
|
||||
#[cfg(any(feature = "v1_14", feature = "dox"))]
|
||||
use glib;
|
||||
use glib::object::IsA;
|
||||
use glib::translate::*;
|
||||
|
|
Loading…
Reference in a new issue