lol, fix error

This commit is contained in:
2024-11-27 01:41:11 -05:00
parent eeacbc6473
commit b953a372c2
3 changed files with 0 additions and 14 deletions

View File

@@ -29,7 +29,6 @@ pub(crate) enum ParseTree {
GeneratedFunction(Function),
Nop,
NonCall(String),
Export(Vec<String>),
}