Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit eda2d4f

Browse files
committed
allow deprecated input validation for now
1 parent 9459c5c commit eda2d4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

token/cli/src/clap_app.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(deprecated)]
2+
13
use {
24
clap::{
35
crate_description, crate_name, crate_version, App, AppSettings, Arg, ArgGroup, SubCommand,

0 commit comments

Comments
 (0)