diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2020-11-23 20:50:30 +0000 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2020-11-23 20:50:30 +0000 |
commit | 15f0c0a1d0d000683101dedb8be56d058ee979c6 (patch) | |
tree | 0403e0aec914c18d3a5c0b92fd0f15318badd9ce /src/ast/typed.rs | |
parent | fce22234591b4e3bdd2cd4227459d7779e4859c9 (diff) |
Improve error messages
Diffstat (limited to 'src/ast/typed.rs')
-rw-r--r-- | src/ast/typed.rs | 1 |
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 { |