more todo

This commit is contained in:
Bryan Stitt 2022-05-11 23:54:08 +00:00
parent 547502ebea
commit 71ab993574

View File

@ -83,6 +83,8 @@ impl<'de> Deserialize<'de> for JsonRpcRequestEnum {
match key {
Field::JsonRpc => {
// throw away the value
// TODO: should we check that it's 2.0?
// TODO: how do we skip over this value entirely?
let _: String = map.next_value()?;
}
Field::Id => {