Skip to content

Commit

Permalink
fix: Correct clippy CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy HERGAULT <[email protected]>
  • Loading branch information
reneca committed Oct 2, 2024
1 parent 601b7f8 commit 11b7103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prosa/proc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ struct MySettings {
// Can add parameters here
}

#[allow(clippy::needless_return)]
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// load the configuration
Expand Down

0 comments on commit 11b7103

Please sign in to comment.