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

Commit c5e7e42

Browse files
committed
temporarily allow deprecated functions in cli that uses clap-v3
1 parent e5b5431 commit c5e7e42

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-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::{

token/transfer-hook/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
pub mod meta;
24

35
use {

0 commit comments

Comments
 (0)