2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-03-08 17:27:29 +00:00
rust-clippy/clippy_lints
bors 603d5a19c9 Auto merge of - WeiTheShinobi:new_lint_used_underscore_items, r=llogiq
Add new lint: `used_underscore_items`

Closes 

---

changelog: new [`used_underscore_items`] lint against using items with a single leading underscore
2024-08-27 10:59:31 +00:00
..
src Auto merge of - WeiTheShinobi:new_lint_used_underscore_items, r=llogiq 2024-08-27 10:59:31 +00:00
Cargo.toml Replace rustc_semver with rustc_session::RustcVersion 2024-08-09 13:00:24 +00:00
README.md

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