Skip to content

Commit 2e5b228

Browse files
committed
Fix #variant_identifier link
1 parent 0d97223 commit 2e5b228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_src/container-attrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
- ##### `#[serde(field_identifier)]` {#field_identifier}
7777

78-
Identical to [`variant_identifier`](#variant--identifier), but also allows for the last variant to be a newtype variant, which will be used if none of the other variants match (similar to [`#[serde(other)]`](../variant-attrs.html#other)). Like `variant_identifier`, this forces the enum to always be represented as a string, regardless of the underlying data format's representation of enums.
78+
Identical to [`variant_identifier`](#variant_identifier), but also allows for the last variant to be a newtype variant, which will be used if none of the other variants match (similar to [`#[serde(other)]`](../variant-attrs.html#other)). Like `variant_identifier`, this forces the enum to always be represented as a string, regardless of the underlying data format's representation of enums.
7979

8080
- ##### `#[serde(bound = "T: MyTrait")]` {#bound}
8181

0 commit comments

Comments
 (0)