Rework docs for Pubkey::find_program_address and friends (#21528) (#21637)

* Rework docs for Pubkey::find_program_address and friends

* Remove circular dependency

* Minor tweaks

* Apply suggestions from code review

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>

* Sort solana-program dev-dependencies

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
(cherry picked from commit d1c101cde2)

Co-authored-by: Brian Anderson <andersrb@gmail.com>
This commit is contained in:
mergify[bot]
2021-12-06 19:04:35 +00:00
committed by GitHub
parent 60085305b4
commit 58c755e1d4
3 changed files with 310 additions and 103 deletions

View File

@@ -47,10 +47,11 @@ itertools = "0.10.1"
parking_lot = "0.11"
[dev-dependencies]
static_assertions = "1.1.0"
anyhow = "1.0.45"
assert_matches = "1.3.0"
bincode = "1.3.1"
serde_json = "1.0.56"
static_assertions = "1.1.0"
[build-dependencies]
rustc_version = "0.4"