Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Sep 3, 2023
1 parent 6b8e469 commit 1d9b9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn find_dir<'a>(

fn build_nodes(
objects: &[ProjectObject],
project_dir: &PathBuf,
project_dir: &Path,
target_obj_dir: &Option<PathBuf>,
base_obj_dir: &Option<PathBuf>,
) -> Vec<ProjectObjectNode> {
Expand Down

0 comments on commit 1d9b9b6

Please sign in to comment.