Fix clippy warnings.
This commit is contained in:
@@ -23,7 +23,7 @@ pub struct DifferenceModel {
|
||||
impl DifferenceModel {
|
||||
pub fn new(var: f64) -> Self {
|
||||
DifferenceModel {
|
||||
storage: Storage::new(),
|
||||
storage: Storage::default(),
|
||||
last_t: f64::NEG_INFINITY,
|
||||
observations: Vec::new(),
|
||||
_last_method: None,
|
||||
|
||||
Reference in New Issue
Block a user