mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
Move Binding
structs out of scope.rs
(#3842)
This commit is contained in:
parent
6d80c79bac
commit
88308ef9cc
14 changed files with 309 additions and 291 deletions
|
@ -1,8 +1,9 @@
|
|||
use bitflags::bitflags;
|
||||
use rustpython_parser::ast::{Constant, Expr, ExprKind, Stmt, StmtKind};
|
||||
|
||||
use crate::binding::{BindingKind, Export};
|
||||
use crate::context::Context;
|
||||
use crate::scope::{BindingKind, Export, Scope};
|
||||
use crate::scope::Scope;
|
||||
|
||||
bitflags! {
|
||||
#[derive(Default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue