We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03cff2c + c05b821 commit 76d8f17Copy full SHA for 76d8f17
src/items/ordinal.rs
@@ -1,9 +1,9 @@
1
// For the full copyright and license information, please view the LICENSE
2
// file that was distributed with this source code.
3
4
-use super::s;
+use super::{dec_uint, s};
5
use winnow::{
6
- ascii::{alpha1, dec_uint},
+ ascii::alpha1,
7
combinator::{alt, opt},
8
ModalResult, Parser,
9
};
0 commit comments