Skip to content

Commit

Permalink
ignore clippy too many lines warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 24, 2023
1 parent 907b1d3 commit a4eee0f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions command/repos/lifat
Submodule lifat added at 8db05a
1 change: 1 addition & 0 deletions command/repos/lila
Submodule lila added at 761713
1 change: 1 addition & 0 deletions command/repos/lila-db-seed
Submodule lila-db-seed added at 8c3f74
1 change: 1 addition & 0 deletions command/repos/lila-fishnet
Submodule lila-fishnet added at 6cb86a
1 change: 1 addition & 0 deletions command/repos/lila-ws
Submodule lila-ws added at 602f87
1 change: 1 addition & 0 deletions command/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ fn setup() -> std::io::Result<()> {
Ok(())
}

#[allow(clippy::too_many_lines)]
fn prompt_for_optional_services() -> Result<Vec<OptionalService>, Error> {
multiselect(
"Select which optional services to include:\n (Use arrows, <space> to toggle, <enter> to continue)\n",
Expand Down

0 comments on commit a4eee0f

Please sign in to comment.