aboutsummaryrefslogtreecommitdiff
path: root/src/type/conversion.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/type/conversion.rs')
-rw-r--r--src/type/conversion.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type/conversion.rs b/src/type/conversion.rs
index 1ada0d3..1d14971 100644
--- a/src/type/conversion.rs
+++ b/src/type/conversion.rs
@@ -109,7 +109,7 @@ impl Type {
}
},
- (VecOf(a), VecOf(b)) => {
+ (VecOf(_), VecOf(b)) => {
match &**b {
VarType(s) => (vecof(vt(s)), ctx),
_ => (vt("T"), ctx)