mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
Add in_boolean_test
to Context
(#4072)
This commit is contained in:
parent
df77595426
commit
5e91211e6d
3 changed files with 54 additions and 2 deletions
|
@ -10,6 +10,7 @@ use crate::context::Context;
|
|||
|
||||
#[derive(Copy, Clone)]
|
||||
pub enum Callable {
|
||||
Bool,
|
||||
Cast,
|
||||
NewType,
|
||||
TypeVar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue