Skip to content

Commit 8ab6e0f

Browse files
committed
Fix incorrect casing of AsChar import in playnite_parser
1 parent 51a429e commit 8ab6e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/playnite/playnite_parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use nom::{
55
},
66
multi::many0,
77
IResult,
8-
Aschar,
8+
AsChar,
99
Parser,
1010
};
1111

0 commit comments

Comments
 (0)