mirror of https://github.com/boa-dev/boa.git
Browse Source
Some of the fields in AST structs were both 1. Arrays 2. Marked as 'flatten' This is illegal per serde docs (and doesn't really make sense). The fix is to remove the attribute. See: https://serde.rs/attr-flatten.html Fixes: #1920 Co-authored-by: Taras Boiko <me@tboiko.com>pull/1960/head
Taras Boiko
3 years ago
2 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue