Skip to content

Commit f6262a4

Browse files
committed
fix
1 parent c52d4da commit f6262a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/src/commands/cargo-metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ The JSON output has the following format:
312312
]
313313
}
314314
],
315-
/* The root package of the workspace.
316-
This is null if this is a virtual workspace. Otherwise it is
317-
the Package ID of the root package.
315+
/* The package in the current working directory (if --manifest-path is not given).
316+
This is null if there is a virtual workspace. Otherwise it is
317+
the Package ID of the package.
318318
*/
319319
"root": "file:///path/to/my-package#0.1.0",
320320
},

0 commit comments

Comments
 (0)