forked from mirrors/gstreamer-rs
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")]
|
||||
use std::env;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
#[cfg(feature = "tokio")]
|
||||
#[path = "../examples-common.rs"]
|
||||
mod examples_common;
|
||||
|
||||
|
|
Loading…
Reference in a new issue