Skip to content

Commit 755bdc1

Browse files
committed
fix doc unit tests
1 parent b8db027 commit 755bdc1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/doc/src/commands/cargo-locate-project.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ cargo-locate-project - Print a JSON representation of a Cargo.toml file's locati
1111
## DESCRIPTION
1212

1313
This command will print a JSON object to stdout with the full path to the
14-
`Cargo.toml` manifest. The manifest is found by searching the current directory upward. If
15-
the manifest is part of a workspace, the member, rather than the workspace root, is output,
16-
unless the flag `--workspace` is used. The root workspace is found by traversing upward the
17-
file tree looking for a workspace, or using the field `package.workspace` in the member's
18-
manifest.
14+
`Cargo.toml` manifest.
1915

2016
## OPTIONS
2117

0 commit comments

Comments
 (0)