Skip to content

Commit c61b961

Browse files
committed
Remove cargo-tree crate link
1 parent 680a6e4 commit c61b961

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_src/derive.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,5 @@ implementation of the `Serialize` trait from serde 0.9. From the Rust compiler's
9393
perspective these are totally different traits.
9494

9595
The fix is to upgrade or downgrade libraries as appropriate until the Serde
96-
versions match. The [`cargo tree -d`] command is helpful for finding all the
96+
versions match. The `cargo tree -d` command is helpful for finding all the
9797
places that duplicate dependencies are being pulled in.
98-
99-
[`cargo tree -d`]: https://github.com/sfackler/cargo-tree

0 commit comments

Comments
 (0)