This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
clippy_lints
/
src
/
operators
History
Jason Newcomb
5351170744
Slightly refactor constant evaluation and add detection for empty macro expansion and
cfg
ed statements.
2023-05-18 15:43:33 -04:00
..
absurd_extreme_comparisons.rs
Slightly refactor constant evaluation and add detection for empty macro expansion and
cfg
ed statements.
2023-05-18 15:43:33 -04:00
arithmetic_side_effects.rs
Slightly refactor constant evaluation and add detection for empty macro expansion and
cfg
ed statements.
2023-05-18 15:43:33 -04:00
assign_op_pattern.rs
…
bit_mask.rs
Slightly refactor constant evaluation and add detection for empty macro expansion and
cfg
ed statements.
2023-05-18 15:43:33 -04:00
cmp_nan.rs
Slightly refactor constant evaluation and add detection for empty macro expansion and
cfg
ed statements.
2023-05-18 15:43:33 -04:00
cmp_owned.rs
…
double_comparison.rs
…
duration_subsec.rs
Slightly refactor constant evaluation and add detection for empty macro expansion and
cfg
ed statements.
2023-05-18 15:43:33 -04:00
eq_op.rs
…
erasing_op.rs
…
float_cmp.rs
Slightly refactor constant evaluation and add detection for empty macro expansion and
cfg
ed statements.
2023-05-18 15:43:33 -04:00
float_equality_without_abs.rs
…
identity_op.rs
…
integer_division.rs
…
misrefactored_assign_op.rs
…
mod.rs
…
modulo_arithmetic.rs
Slightly refactor constant evaluation and add detection for empty macro expansion and
cfg
ed statements.
2023-05-18 15:43:33 -04:00
modulo_one.rs
…
needless_bitwise_bool.rs
…
numeric_arithmetic.rs
…
op_ref.rs
…
ptr_eq.rs
…
self_assignment.rs
…
verbose_bit_mask.rs
…