We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd842a commit 5f4fae4Copy full SHA for 5f4fae4
crates/augurs-forecaster/src/transforms.rs
@@ -44,6 +44,7 @@ impl Transforms {
44
45
/// A transformation that can be applied to a time series.
46
#[derive(Debug)]
47
+#[non_exhaustive]
48
pub enum Transform {
49
/// Linear interpolation.
50
///
0 commit comments