Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas committed Nov 5, 2023
1 parent 2c23922 commit 63196da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::cmp::Ordering;
use std::collections::HashMap;
use std::convert::{From, TryFrom};
use std::ffi::OsStr;
use std::fmt::{self, Display};
use std::fmt::{self};
use std::path::Path;
use std::str::FromStr;

Expand Down

0 comments on commit 63196da

Please sign in to comment.