diff options
Diffstat (limited to 'patches/45_optionals.patch')
-rw-r--r-- | patches/45_optionals.patch | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/patches/45_optionals.patch b/patches/45_optionals.patch deleted file mode 100644 index c945b5a..0000000 --- a/patches/45_optionals.patch +++ /dev/null @@ -1,4 +0,0 @@ -32c32 -< var answer: u8 = result; ---- -> var answer: u8 = result orelse 42; |