From 0aca8e5b25cdfec41ad1d9e0b408cb1cabbbb67a Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 30 Nov 2023 20:18:11 +0100 Subject: [PATCH] fix bug where parsing () and {} types wouldn't work as expected --- mers_lib/src/parsing/types.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mers_lib/src/parsing/types.rs b/mers_lib/src/parsing/types.rs index ad7a4c2..99b37bc 100755 --- a/mers_lib/src/parsing/types.rs +++ b/mers_lib/src/parsing/types.rs @@ -51,6 +51,7 @@ pub fn parse_single_type(src: &mut Source, srca: &Arc) -> Result) -> Result