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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,