2
0
mirror of https://github.com/sharkdp/bat synced 2024-11-04 18:00:24 +00:00

Fix unused import warning

This commit is contained in:
sharkdp 2021-01-06 22:09:22 +01:00
parent 59c9105c25
commit 35e3c51b75

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";