@@ -4441,6 +4441,7 @@ Released 2018-09-13
44414441[ `chars_last_cmp` ] : https://rust-lang.github.io/rust-clippy/master/index.html#chars_last_cmp
44424442[ `chars_next_cmp` ] : https://rust-lang.github.io/rust-clippy/master/index.html#chars_next_cmp
44434443[ `checked_conversions` ] : https://rust-lang.github.io/rust-clippy/master/index.html#checked_conversions
4444+ [ `clear_with_drain` ] : https://rust-lang.github.io/rust-clippy/master/index.html#clear_with_drain
44444445[ `clone_double_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#clone_double_ref
44454446[ `clone_on_copy` ] : https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
44464447[ `clone_on_ref_ptr` ] : https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_ref_ptr
@@ -4632,6 +4633,7 @@ Released 2018-09-13
46324633[ `large_const_arrays` ] : https://rust-lang.github.io/rust-clippy/master/index.html#large_const_arrays
46334634[ `large_digit_groups` ] : https://rust-lang.github.io/rust-clippy/master/index.html#large_digit_groups
46344635[ `large_enum_variant` ] : https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
4636+ [ `large_futures` ] : https://rust-lang.github.io/rust-clippy/master/index.html#large_futures
46354637[ `large_include_file` ] : https://rust-lang.github.io/rust-clippy/master/index.html#large_include_file
46364638[ `large_stack_arrays` ] : https://rust-lang.github.io/rust-clippy/master/index.html#large_stack_arrays
46374639[ `large_types_passed_by_value` ] : https://rust-lang.github.io/rust-clippy/master/index.html#large_types_passed_by_value
@@ -4645,6 +4647,7 @@ Released 2018-09-13
46454647[ `let_underscore_untyped` ] : https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_untyped
46464648[ `let_unit_value` ] : https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value
46474649[ `let_with_type_underscore` ] : https://rust-lang.github.io/rust-clippy/master/index.html#let_with_type_underscore
4650+ [ `lines_filter_map_ok` ] : https://rust-lang.github.io/rust-clippy/master/index.html#lines_filter_map_ok
46484651[ `linkedlist` ] : https://rust-lang.github.io/rust-clippy/master/index.html#linkedlist
46494652[ `logic_bug` ] : https://rust-lang.github.io/rust-clippy/master/index.html#logic_bug
46504653[ `lossy_float_literal` ] : https://rust-lang.github.io/rust-clippy/master/index.html#lossy_float_literal
@@ -4671,6 +4674,7 @@ Released 2018-09-13
46714674[ `manual_rem_euclid` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_rem_euclid
46724675[ `manual_retain` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_retain
46734676[ `manual_saturating_arithmetic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_saturating_arithmetic
4677+ [ `manual_slice_size_calculation` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_slice_size_calculation
46744678[ `manual_split_once` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_split_once
46754679[ `manual_str_repeat` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_str_repeat
46764680[ `manual_string_new` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_string_new
@@ -4921,6 +4925,7 @@ Released 2018-09-13
49214925[ `suspicious_arithmetic_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl
49224926[ `suspicious_assignment_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_assignment_formatting
49234927[ `suspicious_command_arg_space` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_command_arg_space
4928+ [ `suspicious_doc_comments` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_doc_comments
49244929[ `suspicious_else_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting
49254930[ `suspicious_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_map
49264931[ `suspicious_op_assign_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl
@@ -4933,6 +4938,7 @@ Released 2018-09-13
49334938[ `tabs_in_doc_comments` ] : https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
49344939[ `temporary_assignment` ] : https://rust-lang.github.io/rust-clippy/master/index.html#temporary_assignment
49354940[ `temporary_cstring_as_ptr` ] : https://rust-lang.github.io/rust-clippy/master/index.html#temporary_cstring_as_ptr
4941+ [ `tests_outside_test_module` ] : https://rust-lang.github.io/rust-clippy/master/index.html#tests_outside_test_module
49364942[ `to_digit_is_some` ] : https://rust-lang.github.io/rust-clippy/master/index.html#to_digit_is_some
49374943[ `to_string_in_display` ] : https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_display
49384944[ `to_string_in_format_args` ] : https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
@@ -4974,6 +4980,7 @@ Released 2018-09-13
49744980[ `unit_hash` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unit_hash
49754981[ `unit_return_expecting_ord` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unit_return_expecting_ord
49764982[ `unknown_clippy_lints` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unknown_clippy_lints
4983+ [ `unnecessary_box_returns` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_box_returns
49774984[ `unnecessary_cast` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
49784985[ `unnecessary_filter_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_filter_map
49794986[ `unnecessary_find_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_find_map
0 commit comments