rust-clippy/clippy_lints
Philipp Krones 62a82b361c
Format let-chains across the code base
In the updated nightly version, it seems that rustfmt now supports formatting
let-chains. Since we're using them a lot, it's a lot of reformatting.
2023-11-02 17:24:30 +01:00
..
src Format let-chains across the code base 2023-11-02 17:24:30 +01:00
Cargo.toml Remove internal feature from clippy_utils 2023-10-27 13:13:26 +00:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.