Skip to content

Commit

Permalink
use bon
Browse files Browse the repository at this point in the history
  • Loading branch information
jRimbault committed Aug 27, 2024
1 parent 86adf0b commit 67826eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ pub struct Yadf {
regex: Option<regex::Regex>,
/// File name must match this glob
glob: Option<globset::Glob>,
#[cfg_attr(unix, doc = "Treat hard links as duplicates")]
#[cfg(unix)]
/// Treat hard links as duplicates
#[builder(default)]
hard_links: bool,

Check failure on line 79 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Check build (windows-latest, 1.74.1, --no-default-features)

struct `Yadf` has no field named `hard_links`

Check failure on line 79 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Check build (windows-latest, stable, --no-default-features)

struct `Yadf` has no field named `hard_links`

Check failure on line 79 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Check build (windows-latest, stable, --all-features)

struct `Yadf` has no field named `hard_links`

Check failure on line 79 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Check build (windows-latest, 1.74.1, --all-features)

struct `Yadf` has no field named `hard_links`
}
Expand Down

0 comments on commit 67826eb

Please sign in to comment.