diff --git a/site/blog/2025-07-04-derive-broken.md b/site/blog/2025-07-04-derive-broken.md index 1d15a98..b052a12 100644 --- a/site/blog/2025-07-04-derive-broken.md +++ b/site/blog/2025-07-04-derive-broken.md @@ -1,6 +1,6 @@ --- title: "`#[derive(Clone)]` is broken" -description: "Not just `#[derive(Clone)]`, but all of the standard trait derives" +description: "Not just `#[derive(Clone)]`, but all of the standard trait derives are" tags: - rust