Skip to content

Commit

Permalink
Re-enable clippy lint
Browse files Browse the repository at this point in the history
It was disabled by #726 due to a false positive tracked and fixed by rust-lang/rust-clippy#13458.
  • Loading branch information
ia0 committed Oct 18, 2024
1 parent 04f51ba commit 96566d1
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 96566d1

Please sign in to comment.