We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c1d98 commit 8912726Copy full SHA for 8912726
docs/authoring.md
@@ -87,8 +87,6 @@ When assigning rules to new paragraphs, or when modifying rule names, use the fo
87
4. The following keywords should be used to identify paragraphs when unambiguous:
88
* `intro`: The beginning paragraph of each section - should explain the construct being defined overall.
89
* `syntax`: Syntax definitions or explanations when BNF syntax definitions are not used
90
- * `restriction`: Syntactic (parsing) requirements on the construct
91
- * `constraint`: Semantic (type checking) requirements on the construct
92
* `safety` (instead of restriction): Stating that an operation is `unsafe` or the conditions under which it is `unsafe`
93
* `behavior`: Runtime effects of evaluating the construct in a well-defined manner
94
* `panics`: Conditions under which evaluating the construct causes a runtime panic
0 commit comments