From f6262a4eef906f378bed3ddf775fce106a77f34a Mon Sep 17 00:00:00 2001 From: Fluid <90795031+fluiderson@users.noreply.github.com> Date: Thu, 13 Feb 2025 23:43:17 +0200 Subject: [PATCH] fix --- 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 e742afdbc..97cf03b2a 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 root package of the workspace. - This is null if this is a virtual workspace. Otherwise it is - the Package ID of the root package. + /* 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. */ "root": "file:///path/to/my-package#0.1.0", },