diff options
| author | Lindsey Kuper <[email protected]> | 2011-03-28 18:10:54 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-28 21:13:42 -0700 |
| commit | db5c809c83815701bb4e629ee52a6de0d480cdd2 (patch) | |
| tree | c4241e28711124edae68cfa519cfa5d0076ca4d6 /doc | |
| parent | Add long-while.rs to check on frame growth. (diff) | |
| download | rust-db5c809c83815701bb4e629ee52a6de0d480cdd2.tar.xz rust-db5c809c83815701bb4e629ee52a6de0d480cdd2.zip | |
Add 'self' keyword.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/rust.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rust.texi b/doc/rust.texi index 559cb661..1dd6b6bf 100644 --- a/doc/rust.texi +++ b/doc/rust.texi @@ -685,6 +685,7 @@ The keywords are: @item @code{auth} @tab @code{impure} @tab @code{unsafe} +@tab @code{self} @item @code{bind} @tab @code{type} @tab @code{true} |