Commit graph

3 commits

Author SHA1 Message Date
Arik Sosman
1ff77aef60
Allow manual_div_ceil
Until our MSRV reaches 1.73.0, we're gonna need
to keep allowing it.
2024-12-05 00:48:35 -08:00
Matt Corallo
4741653f76 Allow clippy::unwrap-or-default because its usually wrong
`or_default` is generally less readable than writing out the thing
we're writing, as `Default` is opaque but explicit constructors
generally are not. Thus, we ignore the clippy lint (ideally we
could invert it and ban the use of `Default` in the crate entirely
but alas).
2024-10-23 16:15:00 +00:00
Arik Sosman
46c2c815bf
Create script file for easy local linting 2024-10-08 14:00:43 -07:00