Skip to content

Commit

Permalink
Merge pull request #758 from ia0/fix
Browse files Browse the repository at this point in the history
Re-enable clippy lint
  • Loading branch information
reyammer authored Oct 18, 2024
2 parents 04f51ba + 96566d1 commit 2183ce6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ struct Experimental {
parallel_execution: Option<bool>,
}

// TODO(https://github.com/rust-lang/rust-clippy/issues/13458): Remove when fixed.
#[allow(clippy::needless_return)]
#[tokio::main]
async fn main() -> Result<()> {
let flags = Arc::new(Flags::parse());
Expand Down

0 comments on commit 2183ce6

Please sign in to comment.