rust/clippy_utils
Michael Wright e8c4046841 Simplify FullInt Ord impl
`cmp_s_u` is a tiny helper function only used by `cmp` and isn't useful on
it's own. Making it a nested function of `cmp` makes that clear and as a
bonus it's easier to call and doesn't require a `#[must_use]` attribute.
2021-10-30 06:22:19 +02:00
..
src Simplify FullInt Ord impl 2021-10-30 06:22:19 +02:00
Cargo.toml Bump Clippy Version -> 0.1.58 2021-10-21 12:19:32 +02:00