Skip to content

Commit d51651f

Browse files
authored
Merge pull request #3044 from ddvleeuwen/patch-1
Remove "-Xno-uescape" from compiler-options.yml
2 parents 0d75ccb + 1a79116 commit d51651f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_data/compiler-options.yml

-4
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,6 @@
469469
schema:
470470
type: "Boolean"
471471
description: "Don't perform exhaustivity/unreachability analysis. Also, ignore @switch annotation."
472-
- option: "-Xno-uescape"
473-
schema:
474-
type: "Boolean"
475-
description: "Disable handling of \\u unicode escapes."
476472
- option: "-Xnojline"
477473
schema:
478474
type: "Boolean"

0 commit comments

Comments
 (0)