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
Oli Scherer
238dc2828e
Prevent promotion of const fn calls in inline consts
2023-09-21 09:00:22 +00:00
..
absurd_extreme_comparisons.rs
…
arithmetic_side_effects.rs
Prevent promotion of const fn calls in inline consts
2023-09-21 09:00:22 +00:00
assign_op_pattern.rs
…
bit_mask.rs
Mark
map_or
as
#[must_use]
2023-07-30 10:22:23 +00:00
cmp_owned.rs
…
const_comparisons.rs
Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup
2023-08-11 14:05:13 +02:00
double_comparison.rs
…
duration_subsec.rs
…
eq_op.rs
…
erasing_op.rs
…
float_cmp.rs
Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup
2023-09-12 18:44:06 +02:00
float_equality_without_abs.rs
…
identity_op.rs
…
integer_division.rs
…
misrefactored_assign_op.rs
…
mod.rs
Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup
2023-08-11 14:05:13 +02:00
modulo_arithmetic.rs
…
modulo_one.rs
…
needless_bitwise_bool.rs
…
numeric_arithmetic.rs
Prevent promotion of const fn calls in inline consts
2023-09-21 09:00:22 +00:00
op_ref.rs
…
ptr_eq.rs
…
self_assignment.rs
…
verbose_bit_mask.rs
…