Skip to content

Commit c8893cc

Browse files
committedJul 28, 2022
Auto merge of #99865 - flip1995:clippyup, r=Manishearth
Update Clippy r? `@Manishearth`
·
1.89.01.64.0
2 parents 9067d52 + d673219 commit c8893cc

File tree

103 files changed

+1527
-297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1527
-297
lines changed
 

‎Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ dependencies = [
689689
"tester",
690690
"tokio",
691691
"toml",
692+
"walkdir",
692693
]
693694

694695
[[package]]

‎src/tools/clippy/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3437,9 +3437,11 @@ Released 2018-09-13
34373437
[`almost_complete_letter_range`]: https://rust-lang.github.io/rust-clippy/master/index.html#almost_complete_letter_range
34383438
[`almost_swapped`]: https://rust-lang.github.io/rust-clippy/master/index.html#almost_swapped
34393439
[`approx_constant`]: https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
3440+
[`arithmetic`]: https://rust-lang.github.io/rust-clippy/master/index.html#arithmetic
34403441
[`as_conversions`]: https://rust-lang.github.io/rust-clippy/master/index.html#as_conversions
34413442
[`as_underscore`]: https://rust-lang.github.io/rust-clippy/master/index.html#as_underscore
34423443
[`assertions_on_constants`]: https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants
3444+
[`assertions_on_result_states`]: https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_result_states
34433445
[`assign_op_pattern`]: https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern
34443446
[`assign_ops`]: https://rust-lang.github.io/rust-clippy/master/index.html#assign_ops
34453447
[`async_yields_async`]: https://rust-lang.github.io/rust-clippy/master/index.html#async_yields_async
@@ -3793,6 +3795,7 @@ Released 2018-09-13
37933795
[`nonsensical_open_options`]: https://rust-lang.github.io/rust-clippy/master/index.html#nonsensical_open_options
37943796
[`nonstandard_macro_braces`]: https://rust-lang.github.io/rust-clippy/master/index.html#nonstandard_macro_braces
37953797
[`not_unsafe_ptr_arg_deref`]: https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref
3798+
[`obfuscated_if_else`]: https://rust-lang.github.io/rust-clippy/master/index.html#obfuscated_if_else
37963799
[`octal_escapes`]: https://rust-lang.github.io/rust-clippy/master/index.html#octal_escapes
37973800
[`ok_expect`]: https://rust-lang.github.io/rust-clippy/master/index.html#ok_expect
37983801
[`only_used_in_recursion`]: https://rust-lang.github.io/rust-clippy/master/index.html#only_used_in_recursion

0 commit comments

Comments
 (0)
Please sign in to comment.