1
0
mirror of https://github.com/bspeice/dtparse synced 2024-12-22 04:18:09 -05:00

Fix an example warning

This commit is contained in:
Bradlee Speice 2018-09-18 23:06:38 -04:00
parent ef3ea38834
commit c310cbaa0d

View File

@ -29,7 +29,7 @@ fn main() {
vec!["дек", "Декабрь"]
]);
let mut p = Parser::new(info);
let p = Parser::new(info);
assert_eq!(
p.parse("10 Сентябрь 2015 10:20", None, None, false, false, None, false, &HashMap::new())