We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6df591 commit a60c146Copy full SHA for a60c146
src/sdl2/common.rs
@@ -3,7 +3,7 @@ use std::fmt;
3
4
/// A given integer was so big that its representation as a C integer would be
5
/// negative.
6
-#[derive(Debug)]
+#[derive(Debug, Clone, PartialEq)]
7
pub enum IntegerOrSdlError {
8
IntegerOverflows(&'static str, u32),
9
SdlError(String)
0 commit comments