We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1148287 commit 3791beeCopy full SHA for 3791bee
1 file changed
src/serworse/mod.rs
@@ -3,7 +3,9 @@ use std::collections::HashMap;
3
4
#[derive(Debug)]
5
pub enum ParseError {
6
+ /// Missing seperator between key and value
7
MissingSeperator,
8
+ /// Failed to turn key/value of item into type required
9
IntoFailure,
10
}
11
0 commit comments