Skip to content

Commit c86c9b0

Browse files
authored
removed local function unsafe grammar extension
With the consolidation of the unsafe grammar in PR #233, this text is no longer needed.
1 parent 5b8f2d4 commit c86c9b0

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
@@ -104,11 +104,6 @@ embedded_statement
104104
unsafe_statement
105105
: 'unsafe' block
106106
;
107-
108-
local_function_modifiers
109-
: ...
110-
| 'unsafe'
111-
;
112107
```
113108

114109
> *Example*: In the following code

0 commit comments

Comments
 (0)