aboutsummaryrefslogtreecommitdiff
path: root/clippy.toml
Commit message (Expand)AuthorAgeFilesLines
* Once more permit weak_table::*::retainNick Mathewson2026-08-041-8/+0
* clippy config: Forbid TimeRangeBound::if_valid_nowIan Jackson2026-07-231-0/+1
* clippy: Add an xref re random_range to the commentIan Jackson2026-05-131-0/+1
* clippy: disallow random_range standalone method tooIan Jackson2026-05-131-0/+1
* clippy: Work around bug where it claims method doesn't existIan Jackson2026-05-131-1/+6
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-2/+1
* clippy.toml: Forbid the various "now" methods.Nick Mathewson2026-03-261-0/+3
* maint: warn if `retain` method is used from 'weak_table' crateSteven Engler2026-01-121-0/+8
* refactor: convert Extend to inherent method, forbid push/extend, fix rend_han...Nihal2025-12-171-0/+1
* refactor: remove early returns and forbid push() via clippyNihal2025-12-171-0/+1
* maint: add clippy warning for `futures::task::SpawnExt`Steven Engler2025-11-041-0/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-0/+1
* clippy: Disallow Path::exists().Gabriela Moldovan2024-07-301-0/+1
* Forbid Path::displayIan Jackson2024-03-051-0/+1
* oneshot: Deprecate futures::channel::oneshotIan Jackson2023-10-111-0/+5
* rng ranges: Forbid use of panicky Rng::gen_rangeIan Jackson2023-07-101-0/+1
* Fix typoDimitris Apostolou2022-03-301-1/+1
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+1
* remove most usage of SystemTime::nowtrinity-1686a2022-02-251-0/+3