rust/clippy_lints
xFrednet 8b075fc634
Move clippy::module_name_repetitions to restriction (from pedantic)
Rational:
- Too pedantic IMO, it's often better to have fine grained modules and
  then rexport stuff instead of one gigantic file
- STD doesn't do this either. Examples:
  - std::vec::Vec
  - std::collections::vec_deque::VecDequeue
- rust-clippy#7666 commonly ignored
2024-10-12 12:03:24 +02:00
..
src Move clippy::module_name_repetitions to restriction (from pedantic) 2024-10-12 12:03:24 +02:00
Cargo.toml Turn declare_clippy_lint into a declarative macro 2024-09-24 15:47:36 +02:00
README.md

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