Commit 861b8c3
committed
clap_std: Remove unused import
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 <[email protected]>1 parent bb87855 commit 861b8c3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments