remote useless optional string that i accidentally left lol
This commit is contained in:
parent
461a0b59a5
commit
548736c3e1
|
@ -30,7 +30,6 @@ pub struct Config {
|
|||
pub max_rate: i64,
|
||||
pub duty_cycle_too_high: f64,
|
||||
pub duty_cycle_too_low: f64,
|
||||
pub optional_string: Option<String>,
|
||||
}
|
||||
|
||||
impl Default for Config {
|
||||
|
@ -53,7 +52,6 @@ impl Default for Config {
|
|||
max_rate: 10,
|
||||
duty_cycle_too_high: 0.9,
|
||||
duty_cycle_too_low: 0.7,
|
||||
optional_string: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue