@@ -4680,6 +4680,7 @@ Released 2018-09-13
4680
4680
4681
4681
<!-- lint disable no-unused-definitions -->
4682
4682
<!-- begin autogenerated links to lint list -->
4683
+ [ `absolute_paths` ] : https://rust-lang.github.io/rust-clippy/master/index.html#absolute_paths
4683
4684
[ `absurd_extreme_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#absurd_extreme_comparisons
4684
4685
[ `alloc_instead_of_core` ] : https://rust-lang.github.io/rust-clippy/master/index.html#alloc_instead_of_core
4685
4686
[ `allow_attributes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#allow_attributes
@@ -4819,6 +4820,7 @@ Released 2018-09-13
4819
4820
[ `equatable_if_let` ] : https://rust-lang.github.io/rust-clippy/master/index.html#equatable_if_let
4820
4821
[ `erasing_op` ] : https://rust-lang.github.io/rust-clippy/master/index.html#erasing_op
4821
4822
[ `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
4822
4824
[ `eval_order_dependence` ] : https://rust-lang.github.io/rust-clippy/master/index.html#eval_order_dependence
4823
4825
[ `excessive_nesting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#excessive_nesting
4824
4826
[ `excessive_precision` ] : https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
@@ -4842,6 +4844,7 @@ Released 2018-09-13
4842
4844
[ `field_reassign_with_default` ] : https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default
4843
4845
[ `filetype_is_file` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filetype_is_file
4844
4846
[ `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
4845
4848
[ `filter_map_identity` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_identity
4846
4849
[ `filter_map_next` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_next
4847
4850
[ `filter_next` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_next
@@ -4865,8 +4868,10 @@ Released 2018-09-13
4865
4868
[ `forget_copy` ] : https://rust-lang.github.io/rust-clippy/master/index.html#forget_copy
4866
4869
[ `forget_non_drop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#forget_non_drop
4867
4870
[ `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
4868
4872
[ `format_in_format_args` ] : https://rust-lang.github.io/rust-clippy/master/index.html#format_in_format_args
4869
4873
[ `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
4870
4875
[ `from_iter_instead_of_collect` ] : https://rust-lang.github.io/rust-clippy/master/index.html#from_iter_instead_of_collect
4871
4876
[ `from_over_into` ] : https://rust-lang.github.io/rust-clippy/master/index.html#from_over_into
4872
4877
[ `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
4937
4942
[ `iter_on_single_items` ] : https://rust-lang.github.io/rust-clippy/master/index.html#iter_on_single_items
4938
4943
[ `iter_overeager_cloned` ] : https://rust-lang.github.io/rust-clippy/master/index.html#iter_overeager_cloned
4939
4944
[ `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
4940
4946
[ `iter_with_drain` ] : https://rust-lang.github.io/rust-clippy/master/index.html#iter_with_drain
4941
4947
[ `iterator_step_by_zero` ] : https://rust-lang.github.io/rust-clippy/master/index.html#iterator_step_by_zero
4942
4948
[ `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
5092
5098
[ `needless_raw_string_hashes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes
5093
5099
[ `needless_raw_strings` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_strings
5094
5100
[ `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
5095
5102
[ `needless_splitn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_splitn
5096
5103
[ `needless_update` ] : https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
5097
5104
[ `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
5174
5181
[ `rc_mutex` ] : https://rust-lang.github.io/rust-clippy/master/index.html#rc_mutex
5175
5182
[ `read_line_without_trim` ] : https://rust-lang.github.io/rust-clippy/master/index.html#read_line_without_trim
5176
5183
[ `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
5177
5185
[ `recursive_format_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#recursive_format_impl
5178
5186
[ `redundant_allocation` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_allocation
5179
5187
[ `redundant_async_block` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_async_block
@@ -5185,6 +5193,8 @@ Released 2018-09-13
5185
5193
[ `redundant_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_else
5186
5194
[ `redundant_feature_names` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_feature_names
5187
5195
[ `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
5188
5198
[ `redundant_pattern` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern
5189
5199
[ `redundant_pattern_matching` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching
5190
5200
[ `redundant_pub_crate` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pub_crate
@@ -5254,6 +5264,7 @@ Released 2018-09-13
5254
5264
[ `string_extend_chars` ] : https://rust-lang.github.io/rust-clippy/master/index.html#string_extend_chars
5255
5265
[ `string_from_utf8_as_bytes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#string_from_utf8_as_bytes
5256
5266
[ `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
5257
5268
[ `string_slice` ] : https://rust-lang.github.io/rust-clippy/master/index.html#string_slice
5258
5269
[ `string_to_string` ] : https://rust-lang.github.io/rust-clippy/master/index.html#string_to_string
5259
5270
[ `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
5362
5373
[ `unused_unit` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit
5363
5374
[ `unusual_byte_groupings` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings
5364
5375
[ `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
5365
5377
[ `unwrap_or_else_default` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_else_default
5366
5378
[ `unwrap_used` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used
5367
5379
[ `upper_case_acronyms` ] : https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
@@ -5462,4 +5474,6 @@ Released 2018-09-13
5462
5474
[ `accept-comment-above-statement` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#accept-comment-above-statement
5463
5475
[ `accept-comment-above-attributes` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#accept-comment-above-attributes
5464
5476
[ `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
5465
5479
<!-- end autogenerated links to configuration documentation -->
0 commit comments