Remove sloppy match_name_or_attr helper (#1027)

This commit is contained in:
Anders Kaseorg
2022-12-04 06:12:03 -08:00
committed by GitHub
parent 4b0c3e3bc9
commit dbb1a6e44b
7 changed files with 47 additions and 36 deletions

View File

@@ -55,6 +55,7 @@ static TYPING_EXTENSIONS: Lazy<FxHashSet<&'static str>> = Lazy::new(|| {
"get_overloads",
"is_typeddict",
"overload",
"override",
"reveal_type",
"runtime_checkable",
])