-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
A-ReflectionRuntime information about typesRuntime information about typesC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or change
Description
When attempting to downcast to a type, we check if the type is correct here. However, the Any::downcast method used inside this call does this anyways.
We should remove this check, and then match on the returned Result from the Any version.
Metadata
Metadata
Assignees
Labels
A-ReflectionRuntime information about typesRuntime information about typesC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or change
Type
Projects
Status
Open