aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-memquota-cost/src
Commit message (Collapse)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
|
* Removed unnecessary lintpryty262026-07-151-1/+1
| | | | Removed unnecessary lint
* tor-memquota-cost derive: Tidy formattingIan Jackson2026-06-111-2/+2
|
* tor-memquota-cost derive: Use beta_deftly Impl featureIan Jackson2026-06-111-1/+2
|
* tor-memquota-cost derive: Use beta_deftly Xmeta default featureIan Jackson2026-06-111-4/+3
|
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-092-0/+2
| | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit.
* 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.