* Drop serde error instances

These were no longer needed after ToPrimitive instances were
added.

* Rename last of _api crates
This commit is contained in:
Greg Fitzgerald
2019-11-29 13:50:32 -07:00
committed by GitHub
parent f4229a5d3e
commit 92d485dd4d
24 changed files with 28 additions and 29 deletions

View File

@@ -10,7 +10,7 @@ use solana_sdk::{
system_instruction,
};
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, FromPrimitive)]
#[derive(Debug, Clone, PartialEq, FromPrimitive)]
pub enum VestError {
DestinationMissing,
Unauthorized,