Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Grover committed Jul 14, 2020
1 parent 906c3f0 commit 9159eaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neqo-http3-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ fn process(
}
}

#[allow(clippy::cognitive_complexity)]
fn main() -> Result<(), io::Error> {
let mut args = Args::from_args();
assert!(!args.key.is_empty(), "Need at least one key");
Expand Down

0 comments on commit 9159eaf

Please sign in to comment.