mirror of
https://github.com/bspeice/dtparse
synced 2024-11-12 17:08:09 -05:00
Remove an extraneous TODO
This commit is contained in:
parent
79ac26e07f
commit
c566c5b7c8
@ -566,7 +566,6 @@ impl Parser {
|
||||
|
||||
let default_ts = NaiveDateTime::new(default_date, NaiveTime::from_hms(0, 0, 0));
|
||||
|
||||
// TODO: What should be done with the tokens?
|
||||
let (res, tokens) =
|
||||
self.parse_with_tokens(timestr, dayfirst, yearfirst, fuzzy, fuzzy_with_tokens)?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user