Skip to content

Commit ecd730e

Browse files
committed
doc: add no-proc-macro description for --edges
1 parent a5139b9 commit ecd730e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/man/cargo-tree.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ The dependency kinds to display. Takes a comma separated list of values:
102102
- `no-normal` — Do not include normal dependencies.
103103
- `no-build` — Do not include build dependencies.
104104
- `no-dev` — Do not include development dependencies.
105+
- `no-proc-macro` — Do not include procedural macro dependencies.
105106

106-
The `no-` prefixed options cannot be mixed with the other dependency kinds.
107+
The `normal`, `build`, `dev`, and `all` dependency kinds cannot be mixed with
108+
`no-normal`, `no-build`, or `no-dev` dependency kinds.
107109

108110
The default is `normal,build,dev`.
109111
{{/option}}

0 commit comments

Comments
 (0)