Skip to content

Commit a60731e

Browse files
authored
Fix orphan rule link in remote-derive.md
Update orphan rule based on the latest edition
1 parent 1650d8a commit a60731e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_src/remote-derive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ are implementing the trait must be defined in the same crate as the impl, so it
55
is not possible to implement `Serialize` and `Deserialize` for a type in a
66
different crate directly.
77

8-
[orphan rule]: https://doc.rust-lang.org/book/traits.html#rules-for-implementing-traits
8+
[orphan rule]: https://doc.rust-lang.org/book/ch10-02-traits.html#implementing-a-trait-on-a-type
99

1010
```diff
1111
- use serde::Serialize;

0 commit comments

Comments
 (0)