Skip to content

Commit

Permalink
fix: make Transform enum non-exhaustive (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Dec 11, 2024
1 parent bfd842a commit 5f4fae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/augurs-forecaster/src/transforms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ impl Transforms {

/// A transformation that can be applied to a time series.
#[derive(Debug)]
#[non_exhaustive]
pub enum Transform {
/// Linear interpolation.
///
Expand Down

0 comments on commit 5f4fae4

Please sign in to comment.