Skip to content

Commit 76d8f17

Browse files
authored
Merge pull request #155 from yuankunzhang/main
fix: use custom dec_uint in ordinal parsing
2 parents 03cff2c + c05b821 commit 76d8f17

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)