summaryrefslogtreecommitdiffstats
path: root/crates/rebel-lang/src/typing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel-lang/src/typing.rs')
-rw-r--r--crates/rebel-lang/src/typing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rebel-lang/src/typing.rs b/crates/rebel-lang/src/typing.rs
index 34492a6..fd9e2af 100644
--- a/crates/rebel-lang/src/typing.rs
+++ b/crates/rebel-lang/src/typing.rs
@@ -166,7 +166,7 @@ impl Display for ArrayLen {
}
}
-#[derive(Debug, Clone, Default)]
+#[derive(Debug, Default)]
pub struct Context {
pub values: Module<Type>,
pub methods: HashMap<TypeFamily, HashMap<&'static str, FuncType>>,