Commit f2b2e24
Fix failing build
[This
commit](serde-rs/json@7fbf18e)
in `serde_json` added an impl of `PartialEq` for `bool`, meaning that
type inference can no longer assume that we wanted a `bool` here.1 parent 7626c86 commit f2b2e24
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments