From e9a616cfc2f2b2c54ee37594a7654148bfd7f002 Mon Sep 17 00:00:00 2001 From: strykerin Date: Fri, 23 Apr 2021 03:40:03 -0300 Subject: [PATCH] fix reference to Rust Restrictions section (#16763) --- docs/src/developing/on-chain-programs/developing-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/on-chain-programs/developing-rust.md b/docs/src/developing/on-chain-programs/developing-rust.md index 830e193070..812b3b06c2 100644 --- a/docs/src/developing/on-chain-programs/developing-rust.md +++ b/docs/src/developing/on-chain-programs/developing-rust.md @@ -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: