Skip to content

Commit

Permalink
temp ignore variant
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Jan 8, 2024
1 parent 48c36c8 commit c1d87a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zingocli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ fn short_circuit_on_help(params: Vec<String>) {
use std::string::String;
#[derive(Debug)]
enum TemplateFillError {
BirthdaylessSeed(String),
_BirthdaylessSeed(String),
InvalidBirthday(String),
MalformedServerURL(String),
ChildLaunchError(regtest::LaunchChildProcessError),
Expand Down

0 comments on commit c1d87a6

Please sign in to comment.