Add Pack and COption to sdk (#12294)

* Add COption to sdk

* Add Pack to sdk

* Except program_option from nits check

* No Default::default
This commit is contained in:
Tyera Eulberg
2020-09-17 21:10:02 -06:00
committed by GitHub
parent 19f412b85c
commit 58542cf7f6
4 changed files with 1040 additions and 0 deletions

View File

@ -26,6 +26,7 @@ declare print_free_tree=(
':runtime/src/**.rs'
':sdk/bpf/rust/rust-utils/**.rs'
':sdk/**.rs'
':^sdk/src/program_option.rs'
':^sdk/src/program_stubs.rs'
':programs/**.rs'
':^**bin**.rs'