kraktus
|
6f4546a4be
|
[unnecessary_cast ] Do not lint negative hexadecimal literals when cast as float
Floats cannot be expressed as hexadecimal literals
|
2022-10-08 16:15:18 +02:00 |
|
Jason Newcomb
|
99abd4a9f6
|
Fix ICE when reading literals with weird proc-macro spans
|
2022-08-07 22:22:17 -04:00 |
|
nsunderland1
|
fe84ff3360
|
New lint: [derive_partial_eq_without_eq ]
|
2022-05-09 22:13:39 -07:00 |
|
Peter Jaszkowiak
|
06cfeb90c1
|
New lint is_digit_ascii_radix
|
2022-04-07 14:14:30 -06:00 |
|
Dharma Saputra Wijaya
|
0d7273fef6
|
fix bad suggestion on numeric_literal
|
2022-01-26 15:02:13 +08:00 |
|
dswij
|
42f2304ce4
|
Drop exponent suggestion when 0
This commit changes numeric literal formatting to drop exponent when
exponent is 0.
|
2021-10-06 15:02:38 +08:00 |
|
hkalbasi
|
388a3d0983
|
Implement equatable if let lint
|
2021-10-04 22:16:42 +03:30 |
|
Manish Goregaokar
|
6bf5c0b185
|
Correctly handle signs in exponents in numeric_literal::format()
|
2021-10-01 17:27:47 -07:00 |
|
Yoshitomo Nakanishi
|
4e8cd4d346
|
Fix NumericLiteral::format that may produce a invalid literal
|
2021-07-13 22:57:02 +09:00 |
|
Jason Newcomb
|
f355aebf10
|
Move needless_borrow to style
|
2021-05-21 11:24:52 -04:00 |
|
Josh Stone
|
0dddfbf9bf
|
Use iter::zip in src/tools/clippy/
|
2021-03-26 09:33:38 -07:00 |
|
flip1995
|
f64149dd04
|
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
|
2021-02-25 11:25:22 +01:00 |
|