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

Commit 1a0e774

Browse files
committed
token-cli: temp add wildcard to account output
1 parent 3dd744d commit 1a0e774

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

token/cli/src/output.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,9 @@ fn display_ui_extension(
663663
" Unparseable extension:",
664664
"Consider upgrading to a newer version of spl-token",
665665
),
666+
// XXX HANA this is needed temporarily to make monorepo ci happy while the new cases are added
667+
#[allow(unreachable_patterns)]
668+
_ => unimplemented!(),
666669
}
667670
}
668671

0 commit comments

Comments
 (0)