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

Commit 6a2ce11

Browse files
committed
temporarily allow deprecated functions in cli that uses clap-v3
1 parent 801bb9c commit 6a2ce11

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

single-pool/cli/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(clippy::arithmetic_side_effects)]
2+
#![allow(deprecated)]
23

34
use {
45
clap::{CommandFactory, Parser},

token-upgrade/cli/src/main.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::{crate_description, crate_name, crate_version, Arg, Command},
35
solana_clap_v3_utils::{

0 commit comments

Comments
 (0)