@@ -2712,7 +2712,6 @@ Released 2018-09-13
27122712[ `integer_arithmetic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#integer_arithmetic
27132713[ `integer_division` ] : https://rust-lang.github.io/rust-clippy/master/index.html#integer_division
27142714[ `into_iter_on_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
2715- [ `invalid_atomic_ordering` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_atomic_ordering
27162715[ `invalid_null_ptr_usage` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_null_ptr_usage
27172716[ `invalid_regex` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_regex
27182717[ `invalid_upcast_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_upcast_comparisons
@@ -2754,6 +2753,7 @@ Released 2018-09-13
27542753[ `manual_ok_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_ok_or
27552754[ `manual_range_contains` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains
27562755[ `manual_saturating_arithmetic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_saturating_arithmetic
2756+ [ `manual_split_once` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_split_once
27572757[ `manual_str_repeat` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_str_repeat
27582758[ `manual_strip` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_strip
27592759[ `manual_swap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_swap
@@ -2795,6 +2795,7 @@ Released 2018-09-13
27952795[ `missing_safety_doc` ] : https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
27962796[ `mistyped_literal_suffixes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#mistyped_literal_suffixes
27972797[ `mixed_case_hex_literals` ] : https://rust-lang.github.io/rust-clippy/master/index.html#mixed_case_hex_literals
2798+ [ `mod_module_files` ] : https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files
27982799[ `module_inception` ] : https://rust-lang.github.io/rust-clippy/master/index.html#module_inception
27992800[ `module_name_repetitions` ] : https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions
28002801[ `modulo_arithmetic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#modulo_arithmetic
@@ -2828,6 +2829,7 @@ Released 2018-09-13
28282829[ `needless_update` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
28292830[ `neg_cmp_op_on_partial_ord` ] : https://rust-lang.github.io/rust-clippy/master/index.html#neg_cmp_op_on_partial_ord
28302831[ `neg_multiply` ] : https://rust-lang.github.io/rust-clippy/master/index.html#neg_multiply
2832+ [ `negative_feature_names` ] : https://rust-lang.github.io/rust-clippy/master/index.html#negative_feature_names
28312833[ `never_loop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#never_loop
28322834[ `new_ret_no_self` ] : https://rust-lang.github.io/rust-clippy/master/index.html#new_ret_no_self
28332835[ `new_without_default` ] : https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default
@@ -2881,6 +2883,7 @@ Released 2018-09-13
28812883[ `redundant_closure_call` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
28822884[ `redundant_closure_for_method_calls` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_for_method_calls
28832885[ `redundant_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_else
2886+ [ `redundant_feature_names` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_feature_names
28842887[ `redundant_field_names` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
28852888[ `redundant_pattern` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern
28862889[ `redundant_pattern_matching` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching
@@ -2903,6 +2906,7 @@ Released 2018-09-13
29032906[ `search_is_some` ] : https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some
29042907[ `self_assignment` ] : https://rust-lang.github.io/rust-clippy/master/index.html#self_assignment
29052908[ `self_named_constructors` ] : https://rust-lang.github.io/rust-clippy/master/index.html#self_named_constructors
2909+ [ `self_named_module_files` ] : https://rust-lang.github.io/rust-clippy/master/index.html#self_named_module_files
29062910[ `semicolon_if_nothing_returned` ] : https://rust-lang.github.io/rust-clippy/master/index.html#semicolon_if_nothing_returned
29072911[ `serde_api_misuse` ] : https://rust-lang.github.io/rust-clippy/master/index.html#serde_api_misuse
29082912[ `shadow_reuse` ] : https://rust-lang.github.io/rust-clippy/master/index.html#shadow_reuse
0 commit comments