diff options
Diffstat (limited to 'third_party/rust/prio/src/fft.rs')
-rw-r--r-- | third_party/rust/prio/src/fft.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/rust/prio/src/fft.rs b/third_party/rust/prio/src/fft.rs index cac59a89ea..612013eb45 100644 --- a/third_party/rust/prio/src/fft.rs +++ b/third_party/rust/prio/src/fft.rs @@ -10,6 +10,7 @@ use std::convert::TryFrom; /// An error returned by an FFT operation. #[derive(Debug, PartialEq, Eq, thiserror::Error)] +#[non_exhaustive] pub enum FftError { /// The output is too small. #[error("output slice is smaller than specified size")] |