aboutsummaryrefslogtreecommitdiff
path: root/src/type
diff options
context:
space:
mode:
Diffstat (limited to 'src/type')
-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() {