mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-22 11:25:26 +00:00
Remove globals table from Scope
(#4686)
This commit is contained in:
parent
901060fa96
commit
9741f788c7
7 changed files with 147 additions and 96 deletions
|
@ -2,6 +2,7 @@ pub mod analyze;
|
|||
pub mod binding;
|
||||
pub mod context;
|
||||
pub mod definition;
|
||||
pub mod globals;
|
||||
pub mod model;
|
||||
pub mod node;
|
||||
pub mod reference;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue