mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
integrate ast::Location into compilre-core::Location
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
use ahash::RandomState;
|
||||
use std::collections::HashSet;
|
||||
|
||||
use crate::ast;
|
||||
use crate::error::{LexicalError, LexicalErrorType};
|
||||
use ahash::RandomState;
|
||||
use std::collections::HashSet;
|
||||
|
||||
pub struct ArgumentList {
|
||||
pub args: Vec<ast::Expr>,
|
||||
|
||||
Reference in New Issue
Block a user