diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2015-01-24 22:13:24 +0200 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2015-01-26 04:15:09 +0200 |
| commit | e0afa82c67813f6ddb0526e130c1524cf52c61e7 (patch) | |
| tree | 06a1cdfb8ae753f35f9b2123d3c1e0d74c48b097 /src/doc/reference.md | |
| parent | 50a370aa2d98ea2f50153a3007734f8d6fb473e0 (diff) | |
| download | rust-e0afa82c67813f6ddb0526e130c1524cf52c61e7.tar.gz rust-e0afa82c67813f6ddb0526e130c1524cf52c61e7.zip | |
Remove every mention of "onceness".
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 3cbd71a1eb3..cb64220424f 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -2489,10 +2489,6 @@ The currently implemented features of the reference compiler are: for now until the specification of identifiers is fully fleshed out. -* `once_fns` - Onceness guarantees a closure is only executed once. Defining a - closure as `once` is unlikely to be supported going forward. So - they are hidden behind this feature until they are to be removed. - * `plugin` - Usage of [compiler plugins][plugin] for custom lints or syntax extensions. These depend on compiler internals and are subject to change. |
