diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-09-19 16:17:50 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-09-22 17:54:09 -0400 |
| commit | bfb5fb3b451a9822be513b98c72ddee46bf66363 (patch) | |
| tree | 01213fe748b318782033ecb23c7872cb9d5cf4e0 /src | |
| parent | eaa7b8eb4c033d6ae5e9f29fe6a80f40f9865719 (diff) | |
| download | rust-bfb5fb3b451a9822be513b98c72ddee46bf66363.tar.gz rust-bfb5fb3b451a9822be513b98c72ddee46bf66363.zip | |
Remove disclaimer
This is just true of all of Rust, and doesn't make a lot of sense now. Especially as we move towards finalizing things, I think it's time for this to go.
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/reference.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index e61f617c045..f0018adb2ff 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -26,29 +26,6 @@ features in Rust, so what you're looking for may be there, not here. [guide]: guide.html [standard]: std/index.html -## Disclaimer - -Rust is a work in progress. The language continues to evolve as the design -shifts and is fleshed out in working code. Certain parts work, certain parts do -not, certain parts will be removed or changed. - -This manual is a snapshot written in the present tense. All features described -exist in working code unless otherwise noted, but some are quite primitive or -remain to be further modified by planned work. Some may be temporary. It is a -*draft*, and we ask that you not take anything you read here as final. - -If you have suggestions to make, please try to focus them on *reductions* to -the language: possible features that can be combined or omitted. We aim to keep -the size and complexity of the language under control. - -> **Note:** The grammar for Rust given in this document is rough and very -> incomplete; only a modest number of sections have accompanying grammar rules. -> Formalizing the grammar accepted by the Rust parser is ongoing work, but -> future versions of this document will contain a complete grammar. Moreover, -> we hope that this grammar will be extracted and verified as LL(1) by an -> automated grammar-analysis tool, and further tested against the Rust sources. -> Preliminary versions of this automation exist, but are not yet complete. - # Notation Rust's grammar is defined over Unicode codepoints, each conventionally denoted |
