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
|
@ -9,6 +9,7 @@ pub mod logging;
|
|||
pub mod newlines;
|
||||
pub mod operations;
|
||||
pub mod relocate;
|
||||
pub mod scope;
|
||||
pub mod source_code;
|
||||
pub mod str;
|
||||
pub mod types;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue