From 3150fd56437ecf8b2a5902c18e3f9ace800b768c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 3 Feb 2020 12:22:02 +0100 Subject: =?UTF-8?q?Better=20Debug/Display=20and=20Derives=20=F0=9F=A7=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/syntax/func/maps.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syntax/func') diff --git a/src/syntax/func/maps.rs b/src/syntax/func/maps.rs index eb4c8394..691b3d36 100644 --- a/src/syntax/func/maps.rs +++ b/src/syntax/func/maps.rs @@ -16,7 +16,7 @@ use super::*; /// list that needs to be passed to those functions. /// /// All entries need to have span information to enable the error reporting. -#[derive(Debug, Clone, PartialEq)] +#[derive(Debug, Default, Clone, Eq, PartialEq)] pub struct DedupMap where K: Eq { map: Vec>, } -- cgit v1.2.3