Skip to content

Commit

Permalink
fix: fix conflicting trait import
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Dec 11, 2023
1 parent 821ced8 commit 01b0a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packager/src/package/deb/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use walkdir::WalkDir;
use super::Context;
use crate::{
config::Config,
util::{self, PathExt},
util::{self, PathExt as UtilPathExt},
};

#[derive(PartialEq, Eq, PartialOrd, Ord)]
Expand Down

0 comments on commit 01b0a91

Please sign in to comment.