Skip to content

Commit f54e269

Browse files
committed
doc: Remove tup from the list of keywords
1 parent 04f062f commit f54e269

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

doc/rust.texi

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -652,33 +652,32 @@ The keywords are:
652652
@tab @code{i32}
653653
@tab @code{i64}
654654
@tab @code{f64}
655-
@item @code{tup}
656-
@tab @code{tag}
655+
@item @code{tag}
657656
@tab @code{vec}
658657
@tab @code{str}
659658
@tab @code{with}
660-
@item @code{fn}
661-
@tab @code{iter}
659+
@tab @code{fn}
660+
@item @code{iter}
662661
@tab @code{pure}
663662
@tab @code{obj}
664663
@tab @code{resource}
665-
@item @code{if}
666-
@tab @code{else}
664+
@tab @code{if}
665+
@item @code{else}
667666
@tab @code{alt}
668667
@tab @code{case}
669668
@tab @code{in}
670-
@item @code{do}
671-
@tab @code{while}
669+
@tab @code{do}
670+
@item @code{while}
672671
@tab @code{break}
673672
@tab @code{cont}
674673
@tab @code{note}
675-
@item @code{assert}
676-
@tab @code{claim}
674+
@tab @code{assert}
675+
@item @code{claim}
677676
@tab @code{check}
678677
@tab @code{prove}
679678
@tab @code{fail}
680-
@item @code{for}
681-
@tab @code{each}
679+
@tab @code{for}
680+
@item @code{each}
682681
@tab @code{ret}
683682
@tab @code{put}
684683
@tab @code{be}

0 commit comments

Comments
 (0)