mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
Fix unused import compiler warning in tokio example
This commit is contained in:
parent
cb11ab8a9c
commit
c7f5b541cc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use tokio_core::reactor::Core;
|
||||||
#[cfg(feature = "tokio")]
|
#[cfg(feature = "tokio")]
|
||||||
use std::env;
|
use std::env;
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[cfg(feature = "tokio")]
|
||||||
#[path = "../examples-common.rs"]
|
#[path = "../examples-common.rs"]
|
||||||
mod examples_common;
|
mod examples_common;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue