From cc4f6515a8787f26bdccbc132ee455b88b8ed9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Tue, 28 Nov 2023 19:29:21 +0100 Subject: [PATCH] docs: link to the packages lint table from the related workspace table This 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. --- src/doc/src/reference/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/workspaces.md b/src/doc/src/reference/workspaces.md index 17637d6c7cc..abd2feeca21 100644 --- a/src/doc/src/reference/workspaces.md +++ b/src/doc/src/reference/workspaces.md @@ -227,7 +227,7 @@ rand.workspace = true The `workspace.lints` table is where you define lint configuration to be inherited by members of a workspace. -Specifying a workspace lint configuration is similar to package lints. +Specifying a workspace lint configuration is similar to [package lints](manifest.md#the-lints-section). Example: