mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-26 21:34:55 +00:00
integrate ast::Location into compilre-core::Location
This commit is contained in:
parent
bfac0355dc
commit
904fc477f1
8 changed files with 21 additions and 83 deletions
|
@ -645,7 +645,7 @@ def write_ast_def(mod, typeinfo, f):
|
|||
#![allow(clippy::derive_partial_eq_without_eq)]
|
||||
|
||||
pub use crate::constant::*;
|
||||
pub use crate::location::Location;
|
||||
pub use crate::Location;
|
||||
|
||||
type Ident = String;
|
||||
\n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue