fix reference to Rust Restrictions section (#16763) (#16775)

(cherry picked from commit e9a616cfc2)

Co-authored-by: strykerin <dacosta.pereirafabio@gmail.com>
This commit is contained in:
mergify[bot]
2021-04-23 17:02:27 +00:00
committed by GitHub
parent e220f7067b
commit f31f1d0f52

View File

@ -48,7 +48,7 @@ using the `exclude_entrypoint` feature.
At a minimum, Solana Rust programs must pull in the
[solana-program](https://crates.io/crates/solana-program) crate.
Solana BPF programs have some [restrictions](#Restrictions) that may prevent the
Solana BPF programs have some [restrictions](#restrictions) that may prevent the
inclusion of some crates as dependencies or require special handling.
For example: