aboutsummaryrefslogtreecommitdiff
path: root/src/type/check.rs
diff options
context:
space:
mode:
authorJoel Kronqvist <joel.kronqvist@iki.fi>2025-08-15 11:27:52 +0300
committerJoel Kronqvist <joel.kronqvist@iki.fi>2025-08-15 11:27:52 +0300
commit0ca4c3f103acd9d1ea78bbc42b9b70161a94308d (patch)
tree7e8144434656f44e2e1f66175bb80ec6364a6ce5 /src/type/check.rs
parent322f541d6922422e5a4aa29f50c6534517ee85be (diff)
downloadmyslip-0ca4c3f103acd9d1ea78bbc42b9b70161a94308d.tar.gz
myslip-0ca4c3f103acd9d1ea78bbc42b9b70161a94308d.zip
feat: fixed point dynamics
Diffstat (limited to 'src/type/check.rs')
-rw-r--r--src/type/check.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type/check.rs b/src/type/check.rs
index d118871..170feec 100644
--- a/src/type/check.rs
+++ b/src/type/check.rs
@@ -483,7 +483,7 @@ impl Type {
#[cfg(test)]
mod tests {
- use super::{*, TypeError};
+ use super::*;
#[test]
fn test_failing_infer_generics() {