rust-clippy/clippy_lints
bors 50ab3ce6c9 Auto merge of #10607 - beetrees:toml-spans, r=giraffate
Add spans to `clippy.toml` error messages

Adds spans to errors and warnings encountered when parsing `clippy.toml`.

changelog: Errors and warnings generated when parsing `clippy.toml` now point to the location in the TOML file the error/warning occurred.
2023-06-02 08:01:31 +00:00
..
src Auto merge of #10607 - beetrees:toml-spans, r=giraffate 2023-06-02 08:01:31 +00:00
Cargo.toml Auto merge of #10607 - beetrees:toml-spans, r=giraffate 2023-06-02 08:01:31 +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.