mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-31 23:57:57 +00:00
remove #[macro_use]
This commit is contained in:
parent
cb8c6fb78d
commit
97a08ee77b
2 changed files with 1 additions and 2 deletions
|
@ -38,6 +38,7 @@ use crate::{
|
|||
string::FStringErrorType,
|
||||
token::{StringKind, Tok},
|
||||
};
|
||||
use log::trace;
|
||||
use num_bigint::BigInt;
|
||||
use num_traits::{Num, Zero};
|
||||
use std::{char, cmp::Ordering, ops::Index, slice::SliceIndex, str::FromStr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue