We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355449f commit f9b8286Copy full SHA for f9b8286
1 file changed
src/error.rs
@@ -33,6 +33,7 @@ impl ShapeError {
33
///
34
/// This enumeration is not exhaustive. The representation of the enum
35
/// is not guaranteed.
36
+#[non_exhaustive]
37
#[derive(Copy, Clone, Debug)]
38
pub enum ErrorKind {
39
/// incompatible shape
0 commit comments