Caio
|
cd0009eb30
|
Suppress the triggering of some lints in derived structures
|
2023-04-09 08:16:20 -03:00 |
|
Cameron Steffen
|
a17359c696
|
Remove shadow allows
|
2021-09-30 14:07:58 -05:00 |
|
henil
|
fa0a78b130
|
removed lint for division/modulo for literal 0
|
2020-10-30 17:31:10 +05:30 |
|
henil
|
e97602e482
|
Update existing arithmetic lint and add new tests related to it.
|
2020-10-29 19:08:52 +05:30 |
|
Michael Sproul
|
23df4a0183
|
Disallow bit-shifting in integer_arithmetic lint
With this change, the lint checks all operations that are defined as
being capable of overflow in the Rust Reference.
|
2020-04-13 13:23:59 +10:00 |
|
David Tolnay
|
94154cad20
|
Downgrade trivially_copy_pass_by_ref to pedantic
|
2020-04-02 18:56:10 -07:00 |
|
Matthias Krüger
|
ec1dcde46b
|
tests: arithmetic: split into integer_arithmetic and float_arithmetic files.
|
2020-03-18 15:50:01 +01:00 |
|