diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-07 15:22:13 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-07 15:22:13 +0800 |
| commit | 0044c072e2a55c09feb041d60251e184c8d1f2a1 (patch) | |
| tree | 36d5f4c5deae0ebaddc748cfe4ab36dc3e42d550 /src/bin/jv.rs | |
| parent | 519e646fd6e22db3248a2d59cb7b1d0339b622ee (diff) | |
Remove unused imports from clap in CLI binaries
Diffstat (limited to 'src/bin/jv.rs')
| -rw-r--r-- | src/bin/jv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs index 8b73366..dde0c9e 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -76,7 +76,7 @@ use std::{ time::SystemTime, }; -use clap::{Parser, Subcommand, arg, command}; +use clap::{Parser, Subcommand}; use just_enough_vcs::{ utils::tcp_connection::error::TcpTargetError, vcs::{actions::local_actions::proc_set_upstream_vault_action, registry::client_registry}, |
