mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
Fix unused dependency warning
Reviewed By: VladimirMakaev Differential Revision: D40872004 fbshipit-source-id: 07ee4af14dcf33e9a8d1c0f2aa2333062d39c044
This commit is contained in:
parent
deac8c4140
commit
0ae449caba
1 changed files with 2 additions and 0 deletions
|
@ -956,6 +956,8 @@ mod test {
|
||||||
use nix::sys::signal::Signal;
|
use nix::sys::signal::Signal;
|
||||||
use nix::unistd::fork;
|
use nix::unistd::fork;
|
||||||
use nix::unistd::ForkResult;
|
use nix::unistd::ForkResult;
|
||||||
|
// Make sure tokio is referenced in all configurations.
|
||||||
|
use tokio as _;
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue