mirror of
https://github.com/bspeice/dtparse
synced 2025-07-03 14:54:57 -04:00
Redo the tokenization
Still has issues with one test case for fuzzy
This commit is contained in:

committed by
Bradlee Speice

parent
9135962839
commit
e049618fff
@ -99,6 +99,8 @@ pub fn day_of_week(year: u32, month: u32, day: u32) -> ParseResult<DayOfWeek> {
|
||||
}
|
||||
}
|
||||
|
||||
// Rust warns about unused imports here, but they're definitely used.
|
||||
#[allow(unused_imports)]
|
||||
mod test {
|
||||
|
||||
use weekday::day_of_week;
|
||||
|
Reference in New Issue
Block a user