mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-22 11:24:35 +00:00
[ty] Rename type_api => ty_extensions (#19523)
This commit is contained in:
parent
63d1d332b3
commit
9461d3076f
4 changed files with 5 additions and 5 deletions
|
@ -10124,7 +10124,7 @@ impl<'db> TypeInferenceBuilder<'db, '_> {
|
|||
callable_type
|
||||
}
|
||||
|
||||
// Type API special forms
|
||||
// `ty_extensions` special forms
|
||||
SpecialFormType::Not => {
|
||||
let arguments = if let ast::Expr::Tuple(tuple) = arguments_slice {
|
||||
&*tuple.elts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue