Skip to content

Commit 21bb665

Browse files
committed
fix clippy
1 parent 2550a41 commit 21bb665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/src/subcommand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ fn list_functions(functions: &FunctionDispatcher, function_name: Option<&String>
728728

729729
let mut functions_list = functions.list();
730730
functions_list.sort();
731-
for function in functions_list.into_iter() {
731+
for function in functions_list {
732732
if !regex.is_match(&function.name) {
733733
continue;
734734
}

0 commit comments

Comments
 (0)