You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is needed as `serde_json` also implements `PartialEq` here and
rustc does not do recursive checking to infer types. `serde_json`, while
not a direct dependency, is capable of being enabled indirectly
via feature unification when `wasm-bindgen` enables it.
0 commit comments