@@ -2493,6 +2493,7 @@ Released 2018-09-13
2493
2493
[ `manual_ok_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_ok_or
2494
2494
[ `manual_range_contains` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains
2495
2495
[ `manual_saturating_arithmetic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_saturating_arithmetic
2496
+ [ `manual_str_repeat` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_str_repeat
2496
2497
[ `manual_strip` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_strip
2497
2498
[ `manual_swap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_swap
2498
2499
[ `manual_unwrap_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_unwrap_or
@@ -2622,6 +2623,7 @@ Released 2018-09-13
2622
2623
[ `redundant_pub_crate` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pub_crate
2623
2624
[ `redundant_slicing` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing
2624
2625
[ `redundant_static_lifetimes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
2626
+ [ `ref_binding_to_reference` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_binding_to_reference
2625
2627
[ `ref_in_deref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_in_deref
2626
2628
[ `ref_option_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_option_ref
2627
2629
[ `regex_macro` ] : https://rust-lang.github.io/rust-clippy/master/index.html#regex_macro
@@ -2670,6 +2672,7 @@ Released 2018-09-13
2670
2672
[ `suspicious_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_map
2671
2673
[ `suspicious_op_assign_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl
2672
2674
[ `suspicious_operation_groupings` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_operation_groupings
2675
+ [ `suspicious_splitn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_splitn
2673
2676
[ `suspicious_unary_op_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_unary_op_formatting
2674
2677
[ `tabs_in_doc_comments` ] : https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
2675
2678
[ `temporary_assignment` ] : https://rust-lang.github.io/rust-clippy/master/index.html#temporary_assignment
0 commit comments