Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _src/remote-derive.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ are implementing the trait must be defined in the same crate as the impl, so it
is not possible to implement `Serialize` and `Deserialize` for a type in a
different crate directly.

[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

```diff
- use serde::Serialize;
Expand Down