Skip to content

Commit bfb5fb3

Browse files
committed
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.
1 parent eaa7b8e commit bfb5fb3

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/doc/reference.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,6 @@ features in Rust, so what you're looking for may be there, not here.
2626
[guide]: guide.html
2727
[standard]: std/index.html
2828

29-
## Disclaimer
30-
31-
Rust is a work in progress. The language continues to evolve as the design
32-
shifts and is fleshed out in working code. Certain parts work, certain parts do
33-
not, certain parts will be removed or changed.
34-
35-
This manual is a snapshot written in the present tense. All features described
36-
exist in working code unless otherwise noted, but some are quite primitive or
37-
remain to be further modified by planned work. Some may be temporary. It is a
38-
*draft*, and we ask that you not take anything you read here as final.
39-
40-
If you have suggestions to make, please try to focus them on *reductions* to
41-
the language: possible features that can be combined or omitted. We aim to keep
42-
the size and complexity of the language under control.
43-
44-
> **Note:** The grammar for Rust given in this document is rough and very
45-
> incomplete; only a modest number of sections have accompanying grammar rules.
46-
> Formalizing the grammar accepted by the Rust parser is ongoing work, but
47-
> future versions of this document will contain a complete grammar. Moreover,
48-
> we hope that this grammar will be extracted and verified as LL(1) by an
49-
> automated grammar-analysis tool, and further tested against the Rust sources.
50-
> Preliminary versions of this automation exist, but are not yet complete.
51-
5229
# Notation
5330

5431
Rust's grammar is defined over Unicode codepoints, each conventionally denoted

0 commit comments

Comments
 (0)