aboutsummaryrefslogtreecommitdiff
path: root/tests/resources/ready_1.json
Commit message (Collapse)AuthorAgeFilesLines
* Fix decoding for `CurrentUser.discriminator`Zeyla Hellyer2017-04-251-0/+1
Due to the serde 1.0 upgrade, integers are no longer automatically deserialized from Strings. To resolve this, create a visitor that performs the operation based on the input.