aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse.rs
diff options
context:
space:
mode:
authorJonas Maier <>2026-03-07 10:06:19 +0100
committerJonas Maier <>2026-03-07 10:06:19 +0100
commit4b34aecec66c9123399f14a8f75ee8d0aff47a44 (patch)
treea9b6743b15dac0a91baddb4e0e3af9e83c17b9cc /src/parse.rs
parent65ccf9fa1f247ed2ba1dc94583051cae9989944d (diff)
downloadpish-4b34aecec66c9123399f14a8f75ee8d0aff47a44.tar.gz
some warnings gone
Diffstat (limited to 'src/parse.rs')
-rw-r--r--src/parse.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/parse.rs b/src/parse.rs
index b1721be..809f76b 100644
--- a/src/parse.rs
+++ b/src/parse.rs
@@ -104,12 +104,6 @@ impl FunDecl<PreExpansion> {
}
#[derive(Debug, Clone)]
-pub struct VarDecl<S: Stage> {
- pub name: S::Str,
- pub val: S::Str,
-}
-
-#[derive(Debug, Clone)]
pub struct VarAssign<S: Stage> {
pub var: S::Str,
pub val: S::Str,