Skip to content

Commit 26333c7

Browse files
committed
Auto merge of #13057 - AlexTMjugador:docs/workspace-lints-crossreference, r=epage
docs: link to the packages lint table from the related workspace table ### What does this PR try to resolve? This PR makes the exact format and definition of the workspace `lints` table easier to discover. It also follows the style of the surrounding documentation, such as the section immediately before about the `dependencies` table, which cross-references related package table documentation. ### How should we test and review this PR? N/A ### Additional information N/A
2 parents 15a35e5 + cc4f651 commit 26333c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ rand.workspace = true
227227

228228
The `workspace.lints` table is where you define lint configuration to be inherited by members of a workspace.
229229

230-
Specifying a workspace lint configuration is similar to package lints.
230+
Specifying a workspace lint configuration is similar to [package lints](manifest.md#the-lints-section).
231231

232232
Example:
233233

0 commit comments

Comments
 (0)