Remove AST checker's dependency on resolver (#3368)

This commit is contained in:
Charlie Marsh 2023-03-06 16:45:09 -05:00 committed by GitHub
parent 074f5634a5
commit 8437399496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 62 additions and 58 deletions

View file

@ -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;