1
Fork 0

Refactor, remove Constant::to_bits

This commit is contained in:
Catherine 2023-07-04 12:49:15 -05:00
parent 5949f762bf
commit 41438c2b90
6 changed files with 66 additions and 41 deletions

View file

@ -6,7 +6,7 @@
A collection of lints to catch common mistakes and improve your
[Rust](https://github.com/rust-lang/rust) code.
[There are over 600 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
[There are over 650 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
Lints are divided into categories, each with a default [lint
level](https://doc.rust-lang.org/rustc/lints/levels.html). You can choose how