From 1a79116fdd512a23bc6d7e39453e4c6fc35caca4 Mon Sep 17 00:00:00 2001 From: Daan Dvl <143799110+ddvleeuwen@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:42:35 +0200 Subject: [PATCH] Remove "-Xno-uescape" from compiler-options.yml --- _data/compiler-options.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_data/compiler-options.yml b/_data/compiler-options.yml index 0490b25127..67b898f1d8 100644 --- a/_data/compiler-options.yml +++ b/_data/compiler-options.yml @@ -469,10 +469,6 @@ schema: type: "Boolean" description: "Don't perform exhaustivity/unreachability analysis. Also, ignore @switch annotation." - - option: "-Xno-uescape" - schema: - type: "Boolean" - description: "Disable handling of \\u unicode escapes." - option: "-Xnojline" schema: type: "Boolean"