diff options
Diffstat (limited to 'dhall/src/error')
-rw-r--r-- | dhall/src/error/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall/src/error/mod.rs b/dhall/src/error/mod.rs index b34c3a2..3445768 100644 --- a/dhall/src/error/mod.rs +++ b/dhall/src/error/mod.rs @@ -55,7 +55,6 @@ pub(crate) enum TypeMessage { TypeMismatch(Value, Value, Value), AnnotMismatch(Value, Value), Untyped, - FieldCollision(Label), InvalidListElement(usize, Value, Value), InvalidListType(Value), InvalidOptionalType(Value), |