From be82af2a474b9c6ac85ec1e001af1704521820e6 Mon Sep 17 00:00:00 2001 From: David Orchard Date: Mon, 2 Aug 2021 23:17:08 -0700 Subject: Rename MapImpl to Map --- tests/file_yaml.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/file_yaml.rs') diff --git a/tests/file_yaml.rs b/tests/file_yaml.rs index 18e34ad..c87d5e9 100644 --- a/tests/file_yaml.rs +++ b/tests/file_yaml.rs @@ -20,7 +20,7 @@ struct Place { favorite: bool, telephone: Option, reviews: u64, - creator: MapImpl, + creator: Map, rating: Option, } -- cgit v1.2.3