zed/crates/multi_buffer/src
Kirpal Grewal 61225ecef7
Enable clippy::never_loop (#9006)
Three changes: two of which are changing `while let` construct to `if
let` as they unconditionally broke and one of which was removing a loop
in the `start_default_prettier` as it unconditionally broke in the
control flow for match installation task: the diff for this is larger
than needed as removing the loop changed a lot of indentation for
`rustfmt`.
2024-03-14 14:07:50 -04:00
..
anchor.rs Enable clippy::clone_on_copy (#8728) 2024-03-02 17:37:48 -05:00
multi_buffer.rs Enable clippy::never_loop (#9006) 2024-03-14 14:07:50 -04:00