Skip to content

Commit 6034f2a

Browse files
committed
[ty] Rewrite Type::any_over_type using a new generalised TypeVisitor trait
1 parent f7fc8fb commit 6034f2a

File tree

11 files changed

+622
-147
lines changed

11 files changed

+622
-147
lines changed

crates/ty_python_semantic/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pub mod pull_types;
4343

4444
type FxOrderSet<V> = ordermap::set::OrderSet<V, BuildHasherDefault<FxHasher>>;
4545
type FxIndexMap<K, V> = indexmap::IndexMap<K, V, BuildHasherDefault<FxHasher>>;
46+
type FxIndexSet<V> = indexmap::IndexSet<V, BuildHasherDefault<FxHasher>>;
4647

4748
/// Returns the default registry with all known semantic lints.
4849
pub fn default_lint_registry() -> &'static LintRegistry {

0 commit comments

Comments
 (0)