Skip to content
Prev Previous commit
Next Next commit
? syntax
  • Loading branch information
liamaharon committed Dec 15, 2023
commit d1de7acc2baf994f70cecdd28f8500bfdf36d49d
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ fn decode_storage_info<V: Decode>(
raw: Some(bytes.to_vec()),
info: info.clone(),
}
}) {
return Err(e);
};
})?;

Ok::<usize, _>(len)
},
Expand Down