Skip to content

Commit

Permalink
style: Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 1, 2022
1 parent 2e9e556 commit d74f2bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/builder/action.rs
@@ -1,3 +1,5 @@
#![allow(clippy::bool_assert_comparison)]

use clap::builder::ArgAction;
use clap::Arg;
use clap::Command;
Expand Down

0 comments on commit d74f2bc

Please sign in to comment.