mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-16 00:20:22 +00:00
Remove AST checker's dependency on resolver (#3368)
This commit is contained in:
parent
074f5634a5
commit
8437399496
8 changed files with 62 additions and 58 deletions
|
@ -3,6 +3,7 @@ pub mod bytes;
|
|||
pub mod future;
|
||||
pub mod identifiers;
|
||||
pub mod keyword;
|
||||
pub mod path;
|
||||
pub mod str;
|
||||
pub mod sys;
|
||||
pub mod typing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue