mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-18 20:11:03 +00:00
Fix unused import warning
This commit is contained in:
parent
59c9105c25
commit
35e3c51b75
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user