Open allan2 opened 2 months ago
I could remove the nursery group if maintainers prefer, as it is an experimental group.
use_self
lint is still in nursery because of false positives, not for style reasons.
I've just kept the pedantic and cargo lint groups now. This is in line with rust-lang/cargo-bisect-rustc and rust-lang/rustc-perf.
I did not change my opinions since https://github.com/rust-lang/rustc-hash/pull/51#pullrequestreview-2300027091
Five lints corrected:
doc_markdown
frompedantic
(partial, see commit message)cast_lossless
frompedantic
use_self
fromnursery
too_long_first_doc_paragraph
fromstyle
cargo_common_metadata
fromcargo
Pedantic, nursery, and cargo group rules are added.
All lints are passing.