Enable clippy::expect_fun_call
(#8768)
This PR enables the [`clippy::expect_fun_call`](https://rust-lang.github.io/rust-clippy/master/index.html#/expect_fun_call) rule and fixes the outstanding violations. Release Notes: - N/A
This commit is contained in:
parent
fe04f69caf
commit
5fad319cb5
2 changed files with 2 additions and 3 deletions
|
@ -90,7 +90,6 @@ fn run_clippy(args: ClippyArgs) -> Result<()> {
|
|||
"clippy::derivable_impls",
|
||||
"clippy::derive_ord_xor_partial_ord",
|
||||
"clippy::eq_op",
|
||||
"clippy::expect_fun_call",
|
||||
"clippy::explicit_counter_loop",
|
||||
"clippy::identity_op",
|
||||
"clippy::implied_bounds_in_impls",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue