aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-04-13 09:59:00 -0700
committerGraydon Hoare <[email protected]>2011-04-13 09:59:00 -0700
commit6909e7ca7872ef8672e3f044b6648f5b78af64d8 (patch)
tree5a48de7d92510175299fbe06399ab3539d450012
parenttypestate_check can now handle expr_block, expr_if, and expr_binary (diff)
downloadrust-6909e7ca7872ef8672e3f044b6648f5b78af64d8.tar.xz
rust-6909e7ca7872ef8672e3f044b6648f5b78af64d8.zip
Fix busted texi from last night.
-rw-r--r--doc/rust.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rust.texi b/doc/rust.texi
index 49c62685..23764f65 100644
--- a/doc/rust.texi
+++ b/doc/rust.texi
@@ -2807,8 +2807,10 @@ structure of expressions. Blocks themselves are expressions, so the nesting
sequence of block, statement, expression, and block can repeatedly nest to an
arbitrary depth.
+@menu
* Ref.Stmt.Decl:: Statement declaring an item or slot.
* Ref.Stmt.Expr:: Statement evaluating an expression.
+@end menu
@node Ref.Stmt.Decl
@subsection Ref.Stmt.Decl