summaryrefslogtreecommitdiffstats
path: root/tests/file_yaml.rs
diff options
context:
space:
mode:
authorDavid Orchard <if_coding@fastmail.com>2021-08-02 23:17:08 -0700
committerDavid Orchard <if_coding@fastmail.com>2021-08-15 10:34:05 -0700
commitbe82af2a474b9c6ac85ec1e001af1704521820e6 (patch)
treeb065f9a4adaddfad570b370937e8081cd6fa70ed /tests/file_yaml.rs
parent0e0ae2b359b5c943055c988c3c78f36db2503468 (diff)
Rename MapImpl to Map
Diffstat (limited to 'tests/file_yaml.rs')
-rw-r--r--tests/file_yaml.rs2
1 files changed, 1 insertions, 1 deletions
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<String>,
reviews: u64,
- creator: MapImpl<String, Value>,
+ creator: Map<String, Value>,
rating: Option<f32>,
}