mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 09:37:00 +05:30
fix: resolve Clippy warnings
This commit is contained in:
parent
efbc6f64f6
commit
38f8e3311e
2 changed files with 3 additions and 3 deletions
|
@ -36,6 +36,6 @@ mod test {
|
|||
|
||||
#[test]
|
||||
fn cli_assert() {
|
||||
<Opts as clap::CommandFactory>::command().debug_assert()
|
||||
<Opts as clap::CommandFactory>::command().debug_assert();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue