Commit 4b8f17d
committed
Do not implement is_human_readable
This is useless to implement in actual deserializers, because serde internal deserializers
(used to implement flatten of tagged enums) does not inherit that values. The right way
to change it is to use serde_test::Compact and serde_test::Readable adapters which would
transform every deserializer that can come from actual deserializers1 parent f794871 commit 4b8f17d
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | 600 | | |
606 | 601 | | |
607 | 602 | | |
| |||
914 | 909 | | |
915 | 910 | | |
916 | 911 | | |
917 | | - | |
918 | | - | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | 912 | | |
923 | 913 | | |
924 | 914 | | |
| |||
0 commit comments