mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-15 08:00:46 +00:00
Avoid parsing ForwardRef
contents as type references (#3698)
This commit is contained in:
parent
e8d17d23cb
commit
ba43d6bd0b
5 changed files with 28 additions and 10 deletions
|
@ -11,7 +11,6 @@ use crate::str;
|
|||
use crate::types::Range;
|
||||
|
||||
pub enum Callable {
|
||||
ForwardRef,
|
||||
Cast,
|
||||
NewType,
|
||||
TypeVar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue