Skip to content
Snippets Groups Projects

mpegts: Always re-export the contents of the auto module

Merged Sebastian Dröge requested to merge slomo/gstreamer-rs:mpegts-unused-imports into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -22,6 +22,7 @@ pub fn init() {
assert_initialized_main_thread!();
}
// Workaround for https://github.com/gtk-rs/gir/issues/1555.
#[allow(unused_imports)]
mod auto;
#[allow(unused_imports)]
pub use crate::auto::*;
Loading