From a8d1beb8eca66f5b3cbcbeb51dd0d38856b45f1d Mon Sep 17 00:00:00 2001 From: Zane <196507316+ZaneErebos@users.noreply.github.com> Date: Sun, 2 Mar 2025 20:47:26 -0500 Subject: [PATCH] Add link to "The exclude and include fields" in example --- src/doc/src/reference/publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/publishing.md b/src/doc/src/reference/publishing.md index eccdd3c39..0f0ce288f 100644 --- a/src/doc/src/reference/publishing.md +++ b/src/doc/src/reference/publishing.md @@ -107,7 +107,7 @@ exclude = [ ``` If you’d rather explicitly list the files to include, Cargo also supports an -`include` key, which if set, overrides the `exclude` key: +[`include` key](manifest.md#the-exclude-and-include-fields), which if set, overrides the `exclude` key: ```toml [package]