@@ -4680,6 +4680,7 @@ Released 2018-09-13
46804680
46814681<!-- lint disable no-unused-definitions -->
46824682<!-- begin autogenerated links to lint list -->
4683+ [ `absolute_paths` ] : https://rust-lang.github.io/rust-clippy/master/index.html#absolute_paths
46834684[ `absurd_extreme_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#absurd_extreme_comparisons
46844685[ `alloc_instead_of_core` ] : https://rust-lang.github.io/rust-clippy/master/index.html#alloc_instead_of_core
46854686[ `allow_attributes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#allow_attributes
@@ -4819,6 +4820,7 @@ Released 2018-09-13
48194820[ `equatable_if_let` ] : https://rust-lang.github.io/rust-clippy/master/index.html#equatable_if_let
48204821[ `erasing_op` ] : https://rust-lang.github.io/rust-clippy/master/index.html#erasing_op
48214822[ `err_expect` ] : https://rust-lang.github.io/rust-clippy/master/index.html#err_expect
4823+ [ `error_impl_error` ] : https://rust-lang.github.io/rust-clippy/master/index.html#error_impl_error
48224824[ `eval_order_dependence` ] : https://rust-lang.github.io/rust-clippy/master/index.html#eval_order_dependence
48234825[ `excessive_nesting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#excessive_nesting
48244826[ `excessive_precision` ] : https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
@@ -4842,6 +4844,7 @@ Released 2018-09-13
48424844[ `field_reassign_with_default` ] : https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default
48434845[ `filetype_is_file` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filetype_is_file
48444846[ `filter_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map
4847+ [ `filter_map_bool_then` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_bool_then
48454848[ `filter_map_identity` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_identity
48464849[ `filter_map_next` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_next
48474850[ `filter_next` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_next
@@ -4865,8 +4868,10 @@ Released 2018-09-13
48654868[ `forget_copy` ] : https://rust-lang.github.io/rust-clippy/master/index.html#forget_copy
48664869[ `forget_non_drop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#forget_non_drop
48674870[ `forget_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#forget_ref
4871+ [ `format_collect` ] : https://rust-lang.github.io/rust-clippy/master/index.html#format_collect
48684872[ `format_in_format_args` ] : https://rust-lang.github.io/rust-clippy/master/index.html#format_in_format_args
48694873[ `format_push_string` ] : https://rust-lang.github.io/rust-clippy/master/index.html#format_push_string
4874+ [ `four_forward_slashes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#four_forward_slashes
48704875[ `from_iter_instead_of_collect` ] : https://rust-lang.github.io/rust-clippy/master/index.html#from_iter_instead_of_collect
48714876[ `from_over_into` ] : https://rust-lang.github.io/rust-clippy/master/index.html#from_over_into
48724877[ `from_raw_with_void_ptr` ] : https://rust-lang.github.io/rust-clippy/master/index.html#from_raw_with_void_ptr
@@ -4937,6 +4942,7 @@ Released 2018-09-13
49374942[ `iter_on_single_items` ] : https://rust-lang.github.io/rust-clippy/master/index.html#iter_on_single_items
49384943[ `iter_overeager_cloned` ] : https://rust-lang.github.io/rust-clippy/master/index.html#iter_overeager_cloned
49394944[ `iter_skip_next` ] : https://rust-lang.github.io/rust-clippy/master/index.html#iter_skip_next
4945+ [ `iter_skip_zero` ] : https://rust-lang.github.io/rust-clippy/master/index.html#iter_skip_zero
49404946[ `iter_with_drain` ] : https://rust-lang.github.io/rust-clippy/master/index.html#iter_with_drain
49414947[ `iterator_step_by_zero` ] : https://rust-lang.github.io/rust-clippy/master/index.html#iterator_step_by_zero
49424948[ `just_underscores_and_digits` ] : https://rust-lang.github.io/rust-clippy/master/index.html#just_underscores_and_digits
@@ -5092,6 +5098,7 @@ Released 2018-09-13
50925098[ `needless_raw_string_hashes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes
50935099[ `needless_raw_strings` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_strings
50945100[ `needless_return` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
5101+ [ `needless_return_with_question_mark` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_return_with_question_mark
50955102[ `needless_splitn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_splitn
50965103[ `needless_update` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
50975104[ `neg_cmp_op_on_partial_ord` ] : https://rust-lang.github.io/rust-clippy/master/index.html#neg_cmp_op_on_partial_ord
@@ -5174,6 +5181,7 @@ Released 2018-09-13
51745181[ `rc_mutex` ] : https://rust-lang.github.io/rust-clippy/master/index.html#rc_mutex
51755182[ `read_line_without_trim` ] : https://rust-lang.github.io/rust-clippy/master/index.html#read_line_without_trim
51765183[ `read_zero_byte_vec` ] : https://rust-lang.github.io/rust-clippy/master/index.html#read_zero_byte_vec
5184+ [ `readonly_write_lock` ] : https://rust-lang.github.io/rust-clippy/master/index.html#readonly_write_lock
51775185[ `recursive_format_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#recursive_format_impl
51785186[ `redundant_allocation` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_allocation
51795187[ `redundant_async_block` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_async_block
@@ -5185,6 +5193,8 @@ Released 2018-09-13
51855193[ `redundant_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_else
51865194[ `redundant_feature_names` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_feature_names
51875195[ `redundant_field_names` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
5196+ [ `redundant_guards` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_guards
5197+ [ `redundant_locals` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
51885198[ `redundant_pattern` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern
51895199[ `redundant_pattern_matching` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching
51905200[ `redundant_pub_crate` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pub_crate
@@ -5254,6 +5264,7 @@ Released 2018-09-13
52545264[ `string_extend_chars` ] : https://rust-lang.github.io/rust-clippy/master/index.html#string_extend_chars
52555265[ `string_from_utf8_as_bytes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#string_from_utf8_as_bytes
52565266[ `string_lit_as_bytes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#string_lit_as_bytes
5267+ [ `string_lit_chars_any` ] : https://rust-lang.github.io/rust-clippy/master/index.html#string_lit_chars_any
52575268[ `string_slice` ] : https://rust-lang.github.io/rust-clippy/master/index.html#string_slice
52585269[ `string_to_string` ] : https://rust-lang.github.io/rust-clippy/master/index.html#string_to_string
52595270[ `strlen_on_c_strings` ] : https://rust-lang.github.io/rust-clippy/master/index.html#strlen_on_c_strings
@@ -5362,6 +5373,7 @@ Released 2018-09-13
53625373[ `unused_unit` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit
53635374[ `unusual_byte_groupings` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings
53645375[ `unwrap_in_result` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_in_result
5376+ [ `unwrap_or_default` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
53655377[ `unwrap_or_else_default` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_else_default
53665378[ `unwrap_used` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used
53675379[ `upper_case_acronyms` ] : https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
@@ -5462,4 +5474,6 @@ Released 2018-09-13
54625474[ `accept-comment-above-statement` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#accept-comment-above-statement
54635475[ `accept-comment-above-attributes` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#accept-comment-above-attributes
54645476[ `allow-one-hash-in-raw-strings` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allow-one-hash-in-raw-strings
5477+ [ `absolute-paths-max-segments` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#absolute-paths-max-segments
5478+ [ `absolute-paths-allowed-crates` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#absolute-paths-allowed-crates
54655479<!-- end autogenerated links to configuration documentation -->
0 commit comments