From c566c5b7c8ee6beb0d37073a40a1113b91e2439e Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 2 Jul 2018 22:54:20 -0400 Subject: [PATCH] Remove an extraneous TODO --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c05597d..7003a94 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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)?;