mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-27 02:20:40 +02:00
Remove unused import
This commit is contained in:
parent
07e2ee86f5
commit
7460cdac6d
1 changed files with 0 additions and 3 deletions
|
|
@ -3,9 +3,6 @@ use std::fs;
|
|||
use std::io::Read;
|
||||
use std::path::PathBuf;
|
||||
|
||||
#[cfg(unix)]
|
||||
use std::os::unix::fs::MetadataExt;
|
||||
|
||||
use reqwest::{Client, Proxy};
|
||||
use flate2::read::GzDecoder;
|
||||
use log::debug;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue