Skip to content

Commit

Permalink
adding temp allow(dead_code) for new, unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
ducks committed Jun 18, 2024
1 parent be0ba6d commit 2b92802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ pub struct Configuration {
/// are readable.
pub recurse: bool,

#[allow(dead_code)]
pub settings: Settings,
}

Expand Down

0 comments on commit 2b92802

Please sign in to comment.