summaryrefslogtreecommitdiff
path: root/crates/tor-memquota-cost/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
| | | | | | | | | `clippy::collapsible_if` started triggering after bumping the MSRV to 1.88. Since this triggers from a lot of places, and since there even are a couple of instances where we explicitly allow `clippy::collapsible_ifs`, I've opened #2342 for deciding what to do about it.
* memquota: Extract HasMemoryCost and derive to new crate.Nick Mathewson2026-02-024-0/+499
This will help resolve some dependencies in our graph.