Commit 9a62dd1
fix(clippy): use map_or in BudgetTracker::is_disabled to satisfy 1.95 lint
CI stable channel (rustc 1.95) enabled clippy::map_unwrap_or which fires
on .map(...).unwrap_or(true). Local MSRV-aligned 1.88/1.92 missed it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3921c45 commit 9a62dd1
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 78 | + | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
0 commit comments