Skip to content

Commit

Permalink
fix clippy problems
Browse files Browse the repository at this point in the history
  • Loading branch information
six-shot committed Mar 20, 2024
1 parent ee8adee commit ffeac54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/script/task_queue.rs
Expand Up @@ -237,7 +237,7 @@ impl<T: QueuedTaskConversion> TaskQueue<T> {
// Reduce the length of throttles,
// but don't add the task to "msg_queue",
// and neither increment "taken_task_counter".
throttled_length - =1;
throttled_length -= 1;
continue;
}
}
Expand Down

0 comments on commit ffeac54

Please sign in to comment.