Skip to content

Commit

Permalink
replace qualified path with use
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Jan 13, 2024
1 parent 34f7fdc commit 2f93f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coord_type/cart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ where
{
fn run(
self,
dir: impl AsRef<std::path::Path>,
dir: impl AsRef<Path>,
w: &mut W,
queue: &Q,
config: &Config,
Expand Down Expand Up @@ -116,7 +116,7 @@ where

fn resume(
self,
_dir: impl AsRef<std::path::Path>,
_dir: impl AsRef<Path>,
_w: &mut W,
_queue: &Q,
_config: &Config,
Expand Down

0 comments on commit 2f93f61

Please sign in to comment.