mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-09 21:28:21 +00:00
Remove parser dependency from ruff-python-ast (#6096)
This commit is contained in:
parent
99127243f4
commit
2cf00fee96
658 changed files with 1714 additions and 1546 deletions
|
@ -3,7 +3,7 @@ use std::path::Path;
|
|||
use bitflags::bitflags;
|
||||
use ruff_text_size::TextRange;
|
||||
use rustc_hash::FxHashMap;
|
||||
use rustpython_parser::ast::{Expr, Ranged, Stmt};
|
||||
use rustpython_ast::{Expr, Ranged, Stmt};
|
||||
use smallvec::SmallVec;
|
||||
|
||||
use ruff_python_ast::call_path::{collect_call_path, from_unqualified_name, CallPath};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue