From 298c72872909af976d227346215926d2aa38b996 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 27 Aug 2025 11:55:22 +0200 Subject: [PATCH] Fix a broken link This patch fixes a broken link. The link is `[enum representation]` but it should be `[enum representations]` as it is defined below with `[enum representations]: enum-representations.md --- _src/variant-attrs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_src/variant-attrs.md b/_src/variant-attrs.md index 354c257..171d6f8 100644 --- a/_src/variant-attrs.md +++ b/_src/variant-attrs.md @@ -103,7 +103,7 @@ - ##### `#[serde(untagged)]` {#untagged} - Irrespective of the [enum representation], serialize and deserialize this + Irrespective of the [enum representations], serialize and deserialize this variant as untagged, i.e. simply as the variant's data with no record of the variant name.