Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
chore: allow clippy::too_many_arguments for ServerOptions::new
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Asseman <[email protected]>
  • Loading branch information
aasseman committed Jul 20, 2023
1 parent a142f29 commit 4f1ab5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub struct ServerOptions {
}

impl ServerOptions {
#[allow(clippy::too_many_arguments)]
pub fn new(
port: Option<u32>,
release: PackageVersion,
Expand Down

0 comments on commit 4f1ab5e

Please sign in to comment.