From 4da72b2655cf9253751f4001ada8f831929ba3fa Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 24 Mar 2024 19:18:23 +0100 Subject: [PATCH] fixup! feat(parser/lexing): Desugger doc comments by running a regex on the file --- trixy-parser/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/trixy-parser/Cargo.toml b/trixy-parser/Cargo.toml index 510e7bc..c9b4b87 100644 --- a/trixy-parser/Cargo.toml +++ b/trixy-parser/Cargo.toml @@ -27,6 +27,7 @@ edition = "2021" [dependencies] clap = { version = "4.4.11", features = ["derive"], optional = true } convert_case = "0.6.0" +regex = "1.10.3" thiserror = "1.0.50" trixy-types = { path = "../trixy-types" }