solana/programs/budget/src
Greg Fitzgerald 6796b08909
Migrate to thiserror (#7177)
* Migrate to thiserror

* Discourage the use of other modules' Result alias

`io::Result` set a bad precedent. Don't import other `Result`
aliases.
2019-12-02 15:42:05 -07:00
..
budget_expr.rs
budget_instruction.rs Migrate to thiserror (#7177) 2019-12-02 15:42:05 -07:00
budget_processor.rs Don't panic if pubkeys are missing from Budget transaction (#7102) 2019-11-22 14:34:50 -07:00
budget_state.rs
lib.rs