Skip to content

Commit f468b0c

Browse files
committed
Linkify attribute
1 parent 86210e5 commit f468b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/type_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ r[attributes.type-system.non_exhaustive]
77
## The `non_exhaustive` attribute
88

99
r[attributes.type-system.non_exhaustive.intro]
10-
The *`non_exhaustive` attribute* indicates that a type or variant may have more fields or variants added in the future. Outside of the defining crate, types annotated with `non_exhaustive` have limitations that preserve backwards compatibility when new fields or variants are added.
10+
The *`non_exhaustive` [attribute][attributes]* indicates that a type or variant may have more fields or variants added in the future. Outside of the defining crate, types annotated with `non_exhaustive` have limitations that preserve backwards compatibility when new fields or variants are added.
1111

1212
> [!EXAMPLE]
1313
> The following non-exhaustive definitions will be used in the examples that follow.

0 commit comments

Comments
 (0)