Skip to content

backup: Add option to omit identical backups #327

backup: Add option to omit identical backups

backup: Add option to omit identical backups #327

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Clippy Output failed Nov 14, 2023 in 1s

Clippy Output

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check failure on line 227 in src/commands/backup.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

no method named `skip_identical_parent` found for struct `rustic_core::BackupOptions` in the current scope

error[E0599]: no method named `skip_identical_parent` found for struct `rustic_core::BackupOptions` in the current scope
   --> src/commands/backup.rs:227:18
    |
220 |               let backup_opts = BackupOptions::default()
    |  _______________________________-
221 | |                 .stdin_filename(opts.stdin_filename)
222 | |                 .as_path(opts.as_path)
223 | |                 .parent_opts(opts.parent_opts)
...   |
226 | |                 .dry_run(config.global.dry_run)
227 | |                 .skip_identical_parent(opts.skip_identical_parent);
    | |                 -^^^^^^^^^^^^^^^^^^^^^ method not found in `BackupOptions`
    | |_________________|
    | 

Check failure on line 227 in src/commands/backup.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

no method named `skip_identical_parent` found for struct `rustic_core::BackupOptions` in the current scope

error[E0599]: no method named `skip_identical_parent` found for struct `rustic_core::BackupOptions` in the current scope
   --> src/commands/backup.rs:227:18
    |
220 |               let backup_opts = BackupOptions::default()
    |  _______________________________-
221 | |                 .stdin_filename(opts.stdin_filename)
222 | |                 .as_path(opts.as_path)
223 | |                 .parent_opts(opts.parent_opts)
...   |
226 | |                 .dry_run(config.global.dry_run)
227 | |                 .skip_identical_parent(opts.skip_identical_parent);
    | |                 -^^^^^^^^^^^^^^^^^^^^^ method not found in `BackupOptions`
    | |_________________|
    |