Skip to content

Commit

Permalink
clippy & fmt, update to v0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
wsyxbcl committed Sep 18, 2024
1 parent 60698ae commit cd59611
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "maze-serval"
description = "Serval helps you prepare data for Maze and Trapper"
repository = "https://github.com/wsyxbcl/Serval"
authors = ["wsyxbcl <[email protected]>"]
version = "0.2.15"
version = "0.2.16"
edition = "2021"
license = "GPL-3.0-or-later"
keywords = ["camtrap", "camera-trap"]
Expand Down
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pub fn resources_align(
fs::copy(resource, output_path)?;
pb.inc(1);
}
} else if !visited_path.contains(&resource_parent.to_str().unwrap().to_string()) {
} else if !visited_path.contains(resource_parent.to_str().unwrap()) {
visited_path.insert(resource_parent.to_str().unwrap().to_string());
println!(
"DRYRUN sample: From {} to {}",
Expand Down

0 comments on commit cd59611

Please sign in to comment.