From 99a2fdf5bf92d051d154c24ce95c444bccb30609 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 20 Dec 2019 18:16:51 +0000 Subject: Remove an unused impl --- dhall/src/syntax/ast/expr.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dhall/src/syntax') diff --git a/dhall/src/syntax/ast/expr.rs b/dhall/src/syntax/ast/expr.rs index a85b837..9f19ddb 100644 --- a/dhall/src/syntax/ast/expr.rs +++ b/dhall/src/syntax/ast/expr.rs @@ -347,19 +347,13 @@ impl From for f64 { } } -// This is only for the specific `Label` type, not generic +/// This is only for the specific `Label` type, not generic impl From