Skip to content

Commit 0673b49

Browse files
committed
manual: remove mention of tags, now very obsolete.
1 parent dfd00ec commit 0673b49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/rust.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,9 +1116,7 @@ accessed through the components `x` and `y`, and laid out in memory with the
11161116
An _enumeration item_ simultaneously declares a new nominal
11171117
[enumerated type](#enumerated-types) as well as a set of *constructors* that
11181118
can be used to create or pattern-match values of the corresponding enumerated
1119-
type. Note that `enum` previously was referred to as a `tag`, however this
1120-
definition has been deprecated. While `tag` is no longer used, the two are
1121-
synonymous.
1119+
type.
11221120

11231121
The constructors of an `enum` type may be recursive: that is, each constructor
11241122
may take an argument that refers, directly or indirectly, to the enumerated

0 commit comments

Comments
 (0)