Skip to content

Commit ac0564e

Browse files
minor: derive TypedBuilder for TimeseriesOptions (#557)
1 parent 3a1adcd commit ac0564e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/db/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub struct IndexOptionDefaults {
144144
}
145145

146146
/// Specifies options for creating a timeseries collection.
147-
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
147+
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, TypedBuilder)]
148148
#[serde(rename_all = "camelCase")]
149149
#[non_exhaustive]
150150
pub struct TimeseriesOptions {

0 commit comments

Comments
 (0)