Skip to content

Commit

Permalink
Resolve clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Apr 19, 2023
1 parent f45999c commit f177f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/load_order/mutable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ fn activate_unvalidated<T: MutableLoadOrder + ?Sized>(
) -> Result<(), Error> {
if let Some(plugin) = load_order
.plugins_mut()
.into_iter()
.iter_mut()
.find(|p| p.name_matches(filename))
{
plugin.activate()
Expand Down

0 comments on commit f177f8c

Please sign in to comment.