Skip to content

Commit

Permalink
fix reference to Rust Restrictions section (#16763)
Browse files Browse the repository at this point in the history
  • Loading branch information
strykerin authored Apr 23, 2021
1 parent 084997c commit e9a616c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developing/on-chain-programs/developing-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e9a616c

Please sign in to comment.