fix: resolve Clippy warnings

This commit is contained in:
Harsh Shandilya 2022-11-05 01:07:21 +05:30
parent efbc6f64f6
commit 38f8e3311e
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -36,6 +36,6 @@ mod test {
#[test]
fn cli_assert() {
<Opts as clap::CommandFactory>::command().debug_assert()
<Opts as clap::CommandFactory>::command().debug_assert();
}
}