Enable clippy::redundant_locals (#8750)

This PR enables the
[`clippy::redundant_locals`](https://rust-lang.github.io/rust-clippy/master/index.html#/redundant_locals)
rule and fixes the outstanding violations.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-03-02 21:57:40 -05:00 committed by GitHub
parent 328c8a94b3
commit d19957b705
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 6 deletions

View file

@ -645,7 +645,6 @@ impl TerminalElement {
});
cx.on_mouse_event({
let bounds = bounds;
let focus = self.focus.clone();
let terminal = self.terminal.clone();
move |e: &MouseMoveEvent, phase, cx| {