@@ -18,11 +18,11 @@ Current beta, release 2020-06-04
18
18
19
19
* [ ` explicit_deref_methods ` ] [ #5226 ] ( https://github.com/rust-lang/rust-clippy/pull/5226 )
20
20
* [ ` implicit_saturating_sub ` ] [ #5427 ] ( https://github.com/rust-lang/rust-clippy/pull/5427 )
21
- * [ ` macro_use ` ] [ #5230 ] ( https://github.com/rust-lang/rust-clippy/pull/5230 )
21
+ * [ ` macro_use_imports ` ] [ #5230 ] ( https://github.com/rust-lang/rust-clippy/pull/5230 )
22
22
* [ ` verbose_file_reads ` ] [ #5272 ] ( https://github.com/rust-lang/rust-clippy/pull/5272 )
23
23
* [ ` future_not_send ` ] [ #5423 ] ( https://github.com/rust-lang/rust-clippy/pull/5423 )
24
24
* [ ` redundant_pub_crate ` ] [ #5319 ] ( https://github.com/rust-lang/rust-clippy/pull/5319 )
25
- * [ ` non_scalar_const ` ] [ #5248 ] ( https://github.com/rust-lang/rust-clippy/pull/5248 )
25
+ * [ ` large_const_arrays ` ] [ #5248 ] ( https://github.com/rust-lang/rust-clippy/pull/5248 )
26
26
* [ ` result_map_or_into_option ` ] [ #5415 ] ( https://github.com/rust-lang/rust-clippy/pull/5415 )
27
27
* [ ` redundant_allocation ` ] [ #5349 ] ( https://github.com/rust-lang/rust-clippy/pull/5349 )
28
28
* [ ` fn_address_comparisons ` ] [ #5294 ] ( https://github.com/rust-lang/rust-clippy/pull/5294 )
@@ -46,7 +46,7 @@ Current beta, release 2020-06-04
46
46
* Make [ ` redundant_clone ` ] also trigger on cases where the cloned value is not
47
47
consumed. [ #5304 ] ( https://github.com/rust-lang/rust-clippy/pull/5304 )
48
48
* Expand [ ` integer_arithmetic ` ] to also disallow bit-shifting [ #5430 ] ( https://github.com/rust-lang/rust-clippy/pull/5430 )
49
- * [ ` opt_as_ref_deref ` ] now detects more deref cases [ #5425 ] ( https://github.com/rust-lang/rust-clippy/pull/5425 )
49
+ * [ ` option_as_ref_deref ` ] now detects more deref cases [ #5425 ] ( https://github.com/rust-lang/rust-clippy/pull/5425 )
50
50
* [ ` large_enum_variant ` ] now report the sizes of the largest and second-largest variants [ #5466 ] ( https://github.com/rust-lang/rust-clippy/pull/5466 )
51
51
* [ ` bool_comparison ` ] now also checks for inequality comparisons that can be
52
52
written more concisely [ #5365 ] ( https://github.com/rust-lang/rust-clippy/pull/5365 )
@@ -62,7 +62,7 @@ Current beta, release 2020-06-04
62
62
* [ ` should_implement_trait ` ] [ #5437 ] ( https://github.com/rust-lang/rust-clippy/pull/5437 )
63
63
* [ ` unused_self ` ] [ #5387 ] ( https://github.com/rust-lang/rust-clippy/pull/5387 )
64
64
* [ ` redundant_clone ` ] [ #5453 ] ( https://github.com/rust-lang/rust-clippy/pull/5453 )
65
- * [ ` clippy:: precedence` ] [ #5445 ] ( https://github.com/rust-lang/rust-clippy/pull/5445 )
65
+ * [ ` precedence ` ] [ #5445 ] ( https://github.com/rust-lang/rust-clippy/pull/5445 )
66
66
* [ ` suspicious_op_assign_impl ` ] [ #5424 ] ( https://github.com/rust-lang/rust-clippy/pull/5424 )
67
67
* [ ` needless_lifetimes ` ] [ #5293 ] ( https://github.com/rust-lang/rust-clippy/pull/5293 )
68
68
* [ ` redundant_pattern ` ] [ #5287 ] ( https://github.com/rust-lang/rust-clippy/pull/5287 )
@@ -72,12 +72,12 @@ Current beta, release 2020-06-04
72
72
### Suggestion Improvements
73
73
74
74
* Improved [ ` question_mark ` ] lint suggestion so that it doesn't add redundant ` as_ref() ` [ #5481 ] ( https://github.com/rust-lang/rust-clippy/pull/5481 )
75
- * Improve the suggested placeholder in [ ` map_unit_fn ` ] [ #5292 ] ( https://github.com/rust-lang/rust-clippy/pull/5292 )
75
+ * Improve the suggested placeholder in [ ` option_map_unit_fn ` ] [ #5292 ] ( https://github.com/rust-lang/rust-clippy/pull/5292 )
76
76
* Improve suggestion for [ ` match_single_binding ` ] when triggered inside a closure [ #5350 ] ( https://github.com/rust-lang/rust-clippy/pull/5350 )
77
77
78
78
### ICE Fixes
79
79
80
- * [ ` trivial_bounds ` ] [ #5296 ] ( https://github.com/rust-lang/rust-clippy/pull/5296 )
80
+ * Handle the unstable ` trivial_bounds ` feature [ #5296 ] ( https://github.com/rust-lang/rust-clippy/pull/5296 )
81
81
* ` shadow_* ` lints [ #5297 ] ( https://github.com/rust-lang/rust-clippy/pull/5297 )
82
82
83
83
### Documentation
0 commit comments