rust/clippy_lints
Manish Goregaokar 4f0e46b74d
Fix large_include_file lint being triggered all the time by doc comments (#13672)
Fixes #13670.

Bug was that I forgot to add the comparison with the included file
content length...

changelog: Fix `large_include_file` lint being triggered all the time by
doc comments
2024-11-09 16:01:12 +00:00
..
src Fix large_include_file lint being triggered all the time by doc comments (#13672) 2024-11-09 16:01:12 +00:00
Cargo.toml Merge commit 'a109190d70' into clippy-subtree-update 2024-10-18 13:44:06 +02: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.