Avoid parsing ForwardRef contents as type references (#3698)

This commit is contained in:
Charlie Marsh
2023-03-23 18:44:02 -04:00
committed by GitHub
parent e8d17d23cb
commit ba43d6bd0b
5 changed files with 28 additions and 10 deletions

View File

@@ -11,7 +11,6 @@ use crate::str;
use crate::types::Range;
pub enum Callable {
ForwardRef,
Cast,
NewType,
TypeVar,