We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22806e8 + 2494624 commit 28ead09Copy full SHA for 28ead09
src/error.rs
@@ -1,7 +1,7 @@
1
use std::{error, fmt};
2
3
/// An enumeration of buffer creation errors
4
-#[derive(Debug, Clone, Copy)]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
5
#[non_exhaustive]
6
pub enum Error {
7
/// No choices were provided to the Unstructured::choose call
0 commit comments