Commit dcdfbf6
committed
Add explicit type to avoid inference errors
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.1 parent f203852 commit dcdfbf6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments