From 1b310ce65204c19b8cb7509ba2438c73e5557990 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 4 Jul 2025 23:35:30 +0300 Subject: [PATCH] blog(derive-broken): reword description --- site/blog/2025-07-04-derive-broken.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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