mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-17 09:00:26 +00:00
Move all module from the AST to the semantic crate (#11330)
This commit is contained in:
parent
8591adba11
commit
22639c5a2a
7 changed files with 9 additions and 8 deletions
|
@ -3,8 +3,8 @@ use std::ops::{Deref, DerefMut};
|
|||
|
||||
use bitflags::bitflags;
|
||||
|
||||
use crate::all::DunderAllName;
|
||||
use ruff_index::{newtype_index, IndexSlice, IndexVec};
|
||||
use ruff_python_ast::all::DunderAllName;
|
||||
use ruff_python_ast::name::QualifiedName;
|
||||
use ruff_python_ast::Stmt;
|
||||
use ruff_source_file::Locator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue