Skip to content

Conversation

@JohnAZoidberg
Copy link
Member

error: unused import: arg
--> framework_lib/src/commandline/clap_std.rs:6:12
|
6 | use clap::{arg, command, Arg, Args, FromArgMatches};
| ^^^
|
= note: -D unused-imports implied by -D warnings
= help: to override -D warnings add #[allow(unused_imports)]

error: unused import: `arg`
 --> framework_lib/src/commandline/clap_std.rs:6:12
  |
6 | use clap::{arg, command, Arg, Args, FromArgMatches};
  |            ^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`

Signed-off-by: Daniel Schaefer <dhs@frame.work>
@JohnAZoidberg JohnAZoidberg merged commit 861b8c3 into main Dec 17, 2025
7 checks passed
@JohnAZoidberg JohnAZoidberg deleted the clippy branch December 17, 2025 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants