You've already forked parse_datetime
mirror of
https://github.com/uutils/parse_datetime.git
synced 2026-06-10 16:13:15 -07:00
fix: use custom dec_uint in ordinal parsing
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
use super::s;
|
||||
use super::{dec_uint, s};
|
||||
use winnow::{
|
||||
ascii::{alpha1, dec_uint},
|
||||
ascii::alpha1,
|
||||
combinator::{alt, opt},
|
||||
ModalResult, Parser,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user