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.
1 parent 4a4a448 commit 48ec73bCopy full SHA for 48ec73b
src/lib.rs
@@ -327,7 +327,7 @@ where
327
alert,
328
// TODO(eliza): should this really return an `io::Error`?
329
// Probably not...
330
- error: io::Error::new(io::ErrorKind::Other, error),
+ error: io::Error::new(io::ErrorKind::InvalidData, error),
331
});
332
}
333
};
0 commit comments