Skip to content

Commit

Permalink
appeases clippy [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0SH1M4S73R committed Oct 17, 2022
1 parent 19e795b commit 0d587e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,6 @@ fn call(state: DMValue, function: DMValue, arguments: DMValue) {
// Produce a human-readable name for the function
let function_name: String =
mapped_path
.clone()
.iter()
.try_fold(String::new(), |mut acc, elem| {
if !acc.is_empty() {
Expand Down

0 comments on commit 0d587e3

Please sign in to comment.