Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
docs: fix formatting issue (#16761)
Browse files Browse the repository at this point in the history
(cherry picked from commit c217ee3)
  • Loading branch information
strykerin authored and mergify-bot committed Apr 23, 2021
1 parent 786fa4f commit 2359cd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/developing/on-chain-programs/developing-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ Solana Rust programs may depend directly on each other in order to gain access
to instruction helpers when making [cross-program
invocations](developing/../../programming-model/calling-between-programs.md#cross-program-invocations).
When doing so it's important to not pull in the dependent program's entrypoint
symbols because they may conflict with the program's own. To avoid this
,programs should define an `exclude_entrypoint` feature in `Cargo.toml` and use
symbols because they may conflict with the program's own. To avoid this, programs should define an `exclude_entrypoint` feature in `Cargo.toml` and use
to exclude the entrypoint.

- [Define the
Expand Down

0 comments on commit 2359cd7

Please sign in to comment.