From 485a1b198a2a01500007da52c1cd59fe89e60643 Mon Sep 17 00:00:00 2001 From: Fluid <90795031+fluiderson@users.noreply.github.com> Date: Thu, 13 Feb 2025 23:48:02 +0200 Subject: [PATCH] `cargo build-man` --- src/doc/src/commands/cargo-metadata.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/src/commands/cargo-metadata.md b/src/doc/src/commands/cargo-metadata.md index 97cf03b2a..e742afdbc 100644 --- a/src/doc/src/commands/cargo-metadata.md +++ b/src/doc/src/commands/cargo-metadata.md @@ -312,9 +312,9 @@ The JSON output has the following format: ] } ], - /* The package in the current working directory (if --manifest-path is not given). - This is null if there is a virtual workspace. Otherwise it is - the Package ID of the package. + /* The root package of the workspace. + This is null if this is a virtual workspace. Otherwise it is + the Package ID of the root package. */ "root": "file:///path/to/my-package#0.1.0", },