diff --git a/src/methods-and-traits/deriving.md b/src/methods-and-traits/deriving.md index 99190a03..c84496f2 100644 --- a/src/methods-and-traits/deriving.md +++ b/src/methods-and-traits/deriving.md @@ -30,4 +30,4 @@ Derivation is implemented with macros, and many crates provide useful derive macros to add useful functionality. For example, `serde` can derive serialization support for a struct using `#[derive(Serialize)]`. - +