From 2230fadc3fb09bb21745a058f729b03c0515da2f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 19 Oct 2025 23:45:50 -0400 Subject: Remove some unused imports and add missing comments --- src/parse/types.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/parse/types.c') diff --git a/src/parse/types.c b/src/parse/types.c index 8ecc602e..2da0b5ff 100644 --- a/src/parse/types.c +++ b/src/parse/types.c @@ -1,3 +1,5 @@ +// Parsing logic for parsing type annotations + #include #include #include -- cgit v1.2.3