@@ -4620,6 +4620,7 @@ Released 2018-09-13
4620
4620
[ `else_if_without_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#else_if_without_else
4621
4621
[ `empty_drop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#empty_drop
4622
4622
[ `empty_enum` ] : https://rust-lang.github.io/rust-clippy/master/index.html#empty_enum
4623
+ [ `empty_line_after_doc_comments` ] : https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
4623
4624
[ `empty_line_after_outer_attr` ] : https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_outer_attr
4624
4625
[ `empty_loop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#empty_loop
4625
4626
[ `empty_structs_with_brackets` ] : https://rust-lang.github.io/rust-clippy/master/index.html#empty_structs_with_brackets
@@ -4785,6 +4786,7 @@ Released 2018-09-13
4785
4786
[ `manual_main_separator_str` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_main_separator_str
4786
4787
[ `manual_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_map
4787
4788
[ `manual_memcpy` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_memcpy
4789
+ [ `manual_next_back` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_next_back
4788
4790
[ `manual_non_exhaustive` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_non_exhaustive
4789
4791
[ `manual_ok_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_ok_or
4790
4792
[ `manual_range_contains` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains
@@ -4897,6 +4899,7 @@ Released 2018-09-13
4897
4899
[ `no_effect_underscore_binding` ] : https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding
4898
4900
[ `no_mangle_with_rust_abi` ] : https://rust-lang.github.io/rust-clippy/master/index.html#no_mangle_with_rust_abi
4899
4901
[ `non_ascii_literal` ] : https://rust-lang.github.io/rust-clippy/master/index.html#non_ascii_literal
4902
+ [ `non_minimal_cfg` ] : https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
4900
4903
[ `non_octal_unix_permissions` ] : https://rust-lang.github.io/rust-clippy/master/index.html#non_octal_unix_permissions
4901
4904
[ `non_send_fields_in_send_ty` ] : https://rust-lang.github.io/rust-clippy/master/index.html#non_send_fields_in_send_ty
4902
4905
[ `nonminimal_bool` ] : https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool
@@ -4978,6 +4981,7 @@ Released 2018-09-13
4978
4981
[ `ref_binding_to_reference` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_binding_to_reference
4979
4982
[ `ref_in_deref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_in_deref
4980
4983
[ `ref_option_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_option_ref
4984
+ [ `ref_patterns` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_patterns
4981
4985
[ `regex_macro` ] : https://rust-lang.github.io/rust-clippy/master/index.html#regex_macro
4982
4986
[ `repeat_once` ] : https://rust-lang.github.io/rust-clippy/master/index.html#repeat_once
4983
4987
[ `replace_consts` ] : https://rust-lang.github.io/rust-clippy/master/index.html#replace_consts
0 commit comments