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 1650d8a commit a60731eCopy full SHA for a60731e
_src/remote-derive.md
@@ -5,7 +5,7 @@ are implementing the trait must be defined in the same crate as the impl, so it
5
is not possible to implement `Serialize` and `Deserialize` for a type in a
6
different crate directly.
7
8
-[orphan rule]: https://doc.rust-lang.org/book/traits.html#rules-for-implementing-traits
+[orphan rule]: https://doc.rust-lang.org/book/ch10-02-traits.html#implementing-a-trait-on-a-type
9
10
```diff
11
- use serde::Serialize;
0 commit comments