Fix typo in typing_extensions (#2298)

This commit is contained in:
Jonxslays
2023-01-28 08:03:54 -07:00
committed by GitHub
parent 861df12269
commit 0fa8c578cb

View File

@@ -49,7 +49,7 @@ pub static TYPING_EXTENSIONS: Lazy<FxHashSet<&'static str>> = Lazy::new(|| {
"assert_type",
"clear_overloads",
"final",
"get_Type_hints",
"get_type_hints",
"get_args",
"get_origin",
"get_overloads",