Skip to content

Commit b79206f

Browse files
authored
fix clippy lints (#1621)
1 parent 189b17c commit b79206f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/backup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pub struct BackupCmd {
137137
/// Backup snapshots to generate
138138
#[clap(skip)]
139139
#[merge(strategy = merge_snapshots)]
140-
snapshots: Vec<BackupCmd>,
140+
snapshots: Vec<Self>,
141141

142142
/// Backup source, used within config file
143143
#[clap(skip)]

0 commit comments

Comments
 (0)