@@ -1877,6 +1877,7 @@ Released 2018-09-13
1877
1877
[ `box_vec` ] : https://rust-lang.github.io/rust-clippy/master/index.html#box_vec
1878
1878
[ `boxed_local` ] : https://rust-lang.github.io/rust-clippy/master/index.html#boxed_local
1879
1879
[ `builtin_type_shadow` ] : https://rust-lang.github.io/rust-clippy/master/index.html#builtin_type_shadow
1880
+ [ `bytes_nth` ] : https://rust-lang.github.io/rust-clippy/master/index.html#bytes_nth
1880
1881
[ `cargo_common_metadata` ] : https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
1881
1882
[ `case_sensitive_file_extension_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#case_sensitive_file_extension_comparisons
1882
1883
[ `cast_lossless` ] : https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
@@ -1955,6 +1956,7 @@ Released 2018-09-13
1955
1956
[ `field_reassign_with_default` ] : https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default
1956
1957
[ `filetype_is_file` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filetype_is_file
1957
1958
[ `filter_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map
1959
+ [ `filter_map_identity` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_identity
1958
1960
[ `filter_map_next` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_next
1959
1961
[ `filter_next` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_next
1960
1962
[ `find_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#find_map
@@ -2039,6 +2041,7 @@ Released 2018-09-13
2039
2041
[ `manual_async_fn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_async_fn
2040
2042
[ `manual_filter_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_filter_map
2041
2043
[ `manual_find_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_find_map
2044
+ [ `manual_flatten` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_flatten
2042
2045
[ `manual_memcpy` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_memcpy
2043
2046
[ `manual_non_exhaustive` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_non_exhaustive
2044
2047
[ `manual_ok_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_ok_or
@@ -2184,6 +2187,7 @@ Released 2018-09-13
2184
2187
[ `same_item_push` ] : https://rust-lang.github.io/rust-clippy/master/index.html#same_item_push
2185
2188
[ `search_is_some` ] : https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some
2186
2189
[ `self_assignment` ] : https://rust-lang.github.io/rust-clippy/master/index.html#self_assignment
2190
+ [ `semicolon_if_nothing_returned` ] : https://rust-lang.github.io/rust-clippy/master/index.html#semicolon_if_nothing_returned
2187
2191
[ `serde_api_misuse` ] : https://rust-lang.github.io/rust-clippy/master/index.html#serde_api_misuse
2188
2192
[ `shadow_reuse` ] : https://rust-lang.github.io/rust-clippy/master/index.html#shadow_reuse
2189
2193
[ `shadow_same` ] : https://rust-lang.github.io/rust-clippy/master/index.html#shadow_same
0 commit comments