From 8110651ccf498bcf3f0cd55f3b1730d9972cf254 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 22 Mar 2019 18:12:13 +0100 Subject: Handle quoted labels --- dhall_core/src/label.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dhall_core/src/label.rs') diff --git a/dhall_core/src/label.rs b/dhall_core/src/label.rs index 3633b93..8b371af 100644 --- a/dhall_core/src/label.rs +++ b/dhall_core/src/label.rs @@ -1,4 +1,3 @@ -use std::fmt::{self, Display}; use std::rc::Rc; // The type for labels throughout the AST @@ -25,12 +24,6 @@ impl From