Skip to content

Commit d70e656

Browse files
author
Marek Suchánek
committed
Apply a cargo clippy suggestion
1 parent 08bd44c commit d70e656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ impl Input {
130130
];
131131

132132
// Perform all the defined replacements on the title
133-
for (old, new) in substitutions.into_iter() {
133+
for (old, new) in substitutions {
134134
title_with_replacements = title_with_replacements.replace(old, new);
135135
}
136136

0 commit comments

Comments
 (0)