summaryrefslogtreecommitdiff
path: root/src/ast/typed.rs
diff options
context:
space:
mode:
authorGreg Brown <gmb60@cam.ac.uk>2020-11-23 20:50:30 +0000
committerGreg Brown <gmb60@cam.ac.uk>2020-11-23 20:50:30 +0000
commit15f0c0a1d0d000683101dedb8be56d058ee979c6 (patch)
tree0403e0aec914c18d3a5c0b92fd0f15318badd9ce /src/ast/typed.rs
parentfce22234591b4e3bdd2cd4227459d7779e4859c9 (diff)
Improve error messages
Diffstat (limited to 'src/ast/typed.rs')
-rw-r--r--src/ast/typed.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast/typed.rs b/src/ast/typed.rs
index 6ccd0ac..722cf61 100644
--- a/src/ast/typed.rs
+++ b/src/ast/typed.rs
@@ -3,7 +3,6 @@ use proc_macro2::Span;
use super::Typed;
use super::VariableError;
use std::collections::BTreeSet;
-use std::fmt::Display;
#[derive(Clone, Debug, Eq, PartialEq, Hash)]
pub struct FirstSet {