Skip to content

Commit 0028e68

Browse files
fix test failure
1 parent 27b34fd commit 0028e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/soroban-cli/src/commands/tx/new/set_trustline_flags.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use soroban_sdk::xdr::{self};
44

55
use crate::{commands::tx, tx::builder};
66

7-
#[allow(clippy::struct_excessive_bools)]
7+
#[allow(clippy::struct_excessive_bools, clippy::doc_markdown)]
88
#[derive(Parser, Debug, Clone)]
99
#[group(skip)]
1010
pub struct Cmd {

0 commit comments

Comments
 (0)