zed/crates/multi_buffer
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
..
src Enable clippy::never_loop (#9006) 2024-03-14 14:07:50 -04:00
Cargo.toml
LICENSE-GPL