We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b34fd commit 0028e68Copy full SHA for 0028e68
cmd/soroban-cli/src/commands/tx/new/set_trustline_flags.rs
@@ -4,7 +4,7 @@ use soroban_sdk::xdr::{self};
4
5
use crate::{commands::tx, tx::builder};
6
7
-#[allow(clippy::struct_excessive_bools)]
+#[allow(clippy::struct_excessive_bools, clippy::doc_markdown)]
8
#[derive(Parser, Debug, Clone)]
9
#[group(skip)]
10
pub struct Cmd {
0 commit comments