mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:18 +00:00
refactor: Move scope and binding types to scope.rs
(#3573)
This commit is contained in:
parent
92179e6369
commit
dedf4cbdeb
36 changed files with 535 additions and 507 deletions
|
@ -15,8 +15,9 @@ use smallvec::{smallvec, SmallVec};
|
|||
|
||||
use crate::context::Context;
|
||||
use crate::newlines::StrExt;
|
||||
use crate::scope::{Binding, BindingKind};
|
||||
use crate::source_code::{Generator, Indexer, Locator, Stylist};
|
||||
use crate::types::{Binding, BindingKind, CallPath, Range};
|
||||
use crate::types::{CallPath, Range};
|
||||
use crate::visitor;
|
||||
use crate::visitor::Visitor;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue