Simplify some logic around configuration detection (#1197)

This commit is contained in:
Charlie Marsh
2022-12-12 10:15:05 -05:00
committed by GitHub
parent 73794fc299
commit ac6fa1dc88
7 changed files with 147 additions and 158 deletions

View File

@@ -198,6 +198,7 @@ pub struct Arguments {
}
/// CLI settings that function as configuration overrides.
#[derive(Clone)]
#[allow(clippy::struct_excessive_bools)]
pub struct Overrides {
pub dummy_variable_rgx: Option<Regex>,