Skip to content

Commit 472b8f7

Browse files
RexJaeschkeBillWagner
authored andcommitted
removed local function unsafe grammar extension
With the consolidation of the unsafe grammar in PR #233, this text is no longer needed.
1 parent cb57cd4 commit 472b8f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

standard/unsafe-code.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ unsafe_modifier
3636
unsafe_statement
3737
: 'unsafe' block
3838
;
39-
40-
local_function_modifiers
41-
: ...
42-
| 'unsafe'
43-
;
4439
```
4540

4641
> *Example*: In the following code

0 commit comments

Comments
 (0)