Skip to content

Commit deea40e

Browse files
committed
Drop export-dependency-graph
Signed-off-by: Chanhee Lee <[email protected]>
1 parent 02c6045 commit deea40e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/target-declaration.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ rs={
104104
build-type: <Debug, Release, RelWithDebInfo, or MinSizeRel>,
105105
cargo-features: <array of strings>,
106106
cargo-dependencies: <list of key-value pairs>,
107-
export-dependency-graph: <true or false>,
108107
rust-include: <array of strings>,
109108
single-file-project: <true or false>,
110109
single-threaded: <true or false>,
@@ -534,7 +533,7 @@ This argument takes a string (with quotation marks) containing any tag, branch n
534533
This target does not support the `rust-include` target option.
535534
</ShowIf>
536535
<ShowIf rs>
537-
This specifies a set of Rust modules in the generated project. See [Linking support files](#linking-support-files).
536+
This specifies a set of Rust modules in the generated project.
538537
</ShowIf>
539538
</ShowIfs>
540539

0 commit comments

Comments
 (0)