Skip to content

Commit 90c41b3

Browse files
chore: clippy
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
1 parent 9617791 commit 90c41b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/miden-cli/src/commands/new_account.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,10 @@ pub struct NewAccountCmd {
162162
pub account_type: CliAccountType,
163163
/// List of files specifying component template files for the account.
164164
/// At least one component template is required, either specified by
165-
/// [[NewAccountCmd::component_templates]] or by [[NewAccountCmd::packages]].
165+
/// [[`NewAccountCmd::component_templates`]] or by [[`NewAccountCmd::packages`]].
166166
#[arg(short, long)]
167167
pub component_templates: Vec<PathBuf>,
168168
/// List of files containing a Miden Package in `.masp` form from which a
169-
170169
/// component template is extracted.
171170
#[arg(short, long)]
172171
pub packages: Vec<PathBuf>,

0 commit comments

Comments
 (0)