Fix clippy.

This commit is contained in:
François Massot
2023-05-05 10:51:29 +02:00
parent c8df843f96
commit 992f755298

View File

@@ -122,8 +122,8 @@ impl DateHistogramAggregationReq {
.transpose()?
.map(|el| el as f64),
min_doc_count: self.min_doc_count,
hard_bounds: self.hard_bounds.clone(),
extended_bounds: self.extended_bounds.clone(),
hard_bounds: self.hard_bounds,
extended_bounds: self.extended_bounds,
keyed: self.keyed,
})
}