mirror of https://github.com/encounter/objdiff.git
clippy fix
This commit is contained in:
parent
6b8e469261
commit
1d9b9b6893
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue