Skip to content

Commit 5f4fae4

Browse files
authored
fix: make Transform enum non-exhaustive (#194)
1 parent bfd842a commit 5f4fae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/augurs-forecaster/src/transforms.rs

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ impl Transforms {
4444

4545
/// A transformation that can be applied to a time series.
4646
#[derive(Debug)]
47+
#[non_exhaustive]
4748
pub enum Transform {
4849
/// Linear interpolation.
4950
///

0 commit comments

Comments
 (0)