@@ -18,11 +18,11 @@ Current beta, release 2020-06-04
1818
1919* [ ` explicit_deref_methods ` ] [ #5226 ] ( https://github.com/rust-lang/rust-clippy/pull/5226 )
2020* [ ` 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 )
2222* [ ` verbose_file_reads ` ] [ #5272 ] ( https://github.com/rust-lang/rust-clippy/pull/5272 )
2323* [ ` future_not_send ` ] [ #5423 ] ( https://github.com/rust-lang/rust-clippy/pull/5423 )
2424* [ ` 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 )
2626* [ ` result_map_or_into_option ` ] [ #5415 ] ( https://github.com/rust-lang/rust-clippy/pull/5415 )
2727* [ ` redundant_allocation ` ] [ #5349 ] ( https://github.com/rust-lang/rust-clippy/pull/5349 )
2828* [ ` fn_address_comparisons ` ] [ #5294 ] ( https://github.com/rust-lang/rust-clippy/pull/5294 )
@@ -46,7 +46,7 @@ Current beta, release 2020-06-04
4646* Make [ ` redundant_clone ` ] also trigger on cases where the cloned value is not
4747 consumed. [ #5304 ] ( https://github.com/rust-lang/rust-clippy/pull/5304 )
4848* 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 )
5050* [ ` large_enum_variant ` ] now report the sizes of the largest and second-largest variants [ #5466 ] ( https://github.com/rust-lang/rust-clippy/pull/5466 )
5151* [ ` bool_comparison ` ] now also checks for inequality comparisons that can be
5252 written more concisely [ #5365 ] ( https://github.com/rust-lang/rust-clippy/pull/5365 )
@@ -62,7 +62,7 @@ Current beta, release 2020-06-04
6262* [ ` should_implement_trait ` ] [ #5437 ] ( https://github.com/rust-lang/rust-clippy/pull/5437 )
6363* [ ` unused_self ` ] [ #5387 ] ( https://github.com/rust-lang/rust-clippy/pull/5387 )
6464* [ ` 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 )
6666* [ ` suspicious_op_assign_impl ` ] [ #5424 ] ( https://github.com/rust-lang/rust-clippy/pull/5424 )
6767* [ ` needless_lifetimes ` ] [ #5293 ] ( https://github.com/rust-lang/rust-clippy/pull/5293 )
6868* [ ` redundant_pattern ` ] [ #5287 ] ( https://github.com/rust-lang/rust-clippy/pull/5287 )
@@ -72,12 +72,12 @@ Current beta, release 2020-06-04
7272### Suggestion Improvements
7373
7474* 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 )
7676* Improve suggestion for [ ` match_single_binding ` ] when triggered inside a closure [ #5350 ] ( https://github.com/rust-lang/rust-clippy/pull/5350 )
7777
7878### ICE Fixes
7979
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 )
8181* ` shadow_* ` lints [ #5297 ] ( https://github.com/rust-lang/rust-clippy/pull/5297 )
8282
8383### Documentation
0 commit comments