Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
timsueberkrueb committed Jul 20, 2023
1 parent a1d6de8 commit 5b44589
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/click.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use std::io::{self, Read, Write};
use std::os::linux::fs::MetadataExt as _;
use std::os::unix::fs::MetadataExt as _;
use std::path::{Path, PathBuf};
use std::time::{SystemTime, UNIX_EPOCH};

use ar_archive_writer::NewArchiveMember;
use reqwest::blocking as reqwest;
Expand Down

0 comments on commit 5b44589

Please sign in to comment.