forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VoteState: make deserialize_into take &mut VoteState again
Introduce new ::deserialize_into_uninit that takes MaybeUninit<VoteState>. This way we don't break API, and we can less abruptly deprecate ::deserialize_into and later on rename ::deserialize_into_uninit to ::deserialize_into.
- Loading branch information
1 parent
176c400
commit 3d74cde
Showing
3 changed files
with
32 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters