Commit f69d35b
committed
fix(ci): allow clippy::duration_suboptimal_units
Rust 1.95's new `duration_suboptimal_units` lint flags
`Duration::from_secs(N)` where N is divisible by 60 / 3600 (~50 sites
across retry/timeout code). Functionally identical to `from_mins`/
`from_hours`; the readability gain is marginal and the churn is real.
Allow the lint workspace-wide to unblock CI on rust 1.95 stable.1 parent 1541479 commit f69d35b
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
192 | 196 | | |
193 | 197 | | |
194 | 198 | | |
| |||
0 commit comments