mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-05 16:10:36 +00:00
[red-knot] Add type inference for basic for
loops (#13195)
This commit is contained in:
parent
57289099bb
commit
46a457318d
8 changed files with 331 additions and 131 deletions
|
@ -10,7 +10,6 @@ pub use python_version::PythonVersion;
|
|||
pub use semantic_model::{HasTy, SemanticModel};
|
||||
|
||||
pub mod ast_node_ref;
|
||||
mod builtins;
|
||||
mod db;
|
||||
mod module_name;
|
||||
mod module_resolver;
|
||||
|
@ -20,6 +19,7 @@ mod python_version;
|
|||
pub mod semantic_index;
|
||||
mod semantic_model;
|
||||
pub(crate) mod site_packages;
|
||||
mod stdlib;
|
||||
pub mod types;
|
||||
|
||||
type FxOrderSet<V> = ordermap::set::OrderSet<V, BuildHasherDefault<FxHasher>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue