diff --git a/src/config/config_type.rs b/src/config/config_type.rs index b36b78f8e6c..eb3f6616873 100644 --- a/src/config/config_type.rs +++ b/src/config/config_type.rs @@ -121,7 +121,7 @@ macro_rules! create_config { | "array_width" | "chain_width" => self.0.set_heuristics(), "license_template_path" => self.0.set_license_template(), - &_ => (), + _ => (), } } } @@ -272,7 +272,7 @@ macro_rules! create_config { | "array_width" | "chain_width" => self.set_heuristics(), "license_template_path" => self.set_license_template(), - &_ => (), + _ => (), } }