You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #13305 - linyihai:issue-13289, r=epage
doc: add a heading to highlight "How to find features enabled on dependencies"
### What does this PR try to resolve?
Maybe fixes#13289
Add a title to highlight "How to find features enabled on dependencies"?
### How should we test and review this PR?
### Additional information
Copy file name to clipboardExpand all lines: src/doc/src/reference/resolver.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -511,7 +511,9 @@ rand v0.8.5
511
511
└── ...
512
512
```
513
513
514
-
You might identify that it was an activated feature that caused `rand` to show up. To figure out which package activated the feature, you can add the `--edges features`
514
+
### Why was that feature on this dependency enabled?
515
+
516
+
You might identify that it was an activated feature that caused `rand` to show up. **To figure out which package activated the feature, you can add the `--edges features`**
515
517
```console
516
518
$ cargo tree --workspace --target all --all-features --edges features --invert rand
0 commit comments