Fix unused import warning

This commit is contained in:
sharkdp 2021-01-06 22:09:22 +01:00
parent 59c9105c25
commit 35e3c51b75
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ use std::fs::File;
use std::path::Path;
use std::process::{Command, Stdio};
use std::str::from_utf8;
#[cfg(unix)]
use std::time::Duration;
const EXAMPLES_DIR: &str = "tests/examples";