Skip to content

Commit

Permalink
chore: remove unused macro
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako committed Nov 16, 2024
1 parent cb3a5b2 commit 5d49a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iroha_cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ enum MainError {
#[error("Failed to run the command")]
Subcommand,
}
#[allow(unused)]

fn main() -> error_stack::Result<(), MainError> {
let Args {
config: config_path,
Expand Down

0 comments on commit 5d49a04

Please sign in to comment.