Skip to content

Commit

Permalink
Merge pull request #25 from zvonkok/clippy
Browse files Browse the repository at this point in the history
Fix fmt after clippy fixed the code
  • Loading branch information
Apokleos authored Jun 6, 2024
2 parents c871573 + 1e30666 commit cf3bdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/container_edits_unix.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::{
fmt,
io::{Error, ErrorKind},
os::unix::fs::{FileTypeExt, MetadataExt},
path::Path,
fmt,
};

use anyhow::Result;
Expand Down

0 comments on commit cf3bdd2

Please sign in to comment.