Fix Reflect for SpecificAlignment (#3672)

Co-authored-by: Laurenz <laurmaedje@gmail.com>
This commit is contained in:
Leedehai 2024-03-15 09:55:03 -04:00 committed by GitHub
parent 906637dacb
commit bd8a029725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -603,11 +603,11 @@ where
V: Reflect,
{
fn input() -> CastInfo {
H::input() + V::input()
Alignment::input()
}
fn output() -> CastInfo {
H::output() + V::output()
Alignment::output()
}
fn castable(value: &Value) -> bool {