diff --git a/rust/cli/src/main.rs b/rust/cli/src/main.rs index 430559f0..1916abe3 100644 --- a/rust/cli/src/main.rs +++ b/rust/cli/src/main.rs @@ -153,8 +153,6 @@ struct Experimental { parallel_execution: Option, } -// 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());