Skip to content

Commit 249a8c8

Browse files
authored
Merge pull request #122 from serde-rs/cargo-tree
Remove cargo-tree crate link
2 parents 680a6e4 + c61b961 commit 249a8c8

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)