rust/clippy_lints
bors 902c79c654 Auto merge of #11743 - Alexendoo:dbg-macro-stmt-span, r=xFrednet
Fix `dbg_macro` semi span calculation

`span_including_semi` was using a `BytePos` to index into a file's source which happened to work because the root file of the test started at `BytePos` 0, it didn't work for other files

changelog: none
2023-11-02 20:11:32 +00:00
..
src Auto merge of #11743 - Alexendoo:dbg-macro-stmt-span, r=xFrednet 2023-11-02 20:11:32 +00: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.