Skip to content

Commit 41a53a2

Browse files
committed
fix: use custom dec_uint in ordinal parsing
1 parent 1a6a6f6 commit 41a53a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items/ordinal.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// For the full copyright and license information, please view the LICENSE
22
// file that was distributed with this source code.
33

4-
use super::s;
4+
use super::{dec_uint, s};
55
use winnow::{
6-
ascii::{alpha1, dec_uint},
6+
ascii::alpha1,
77
combinator::{alt, opt},
88
ModalResult, Parser,
99
};

0 commit comments

Comments
 (0)