We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680a6e4 commit c61b961Copy full SHA for c61b961
_src/derive.md
@@ -93,7 +93,5 @@ implementation of the `Serialize` trait from serde 0.9. From the Rust compiler's
93
perspective these are totally different traits.
94
95
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
+versions match. The `cargo tree -d` command is helpful for finding all the
97
places that duplicate dependencies are being pulled in.
98
-
99
-[`cargo tree -d`]: https://github.com/sfackler/cargo-tree
0 commit comments