summaryrefslogtreecommitdiffstats
path: root/tests/file_toml.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/file_toml.rs')
-rw-r--r--tests/file_toml.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_toml.rs b/tests/file_toml.rs
index 0bdfb43..7aa0020 100644
--- a/tests/file_toml.rs
+++ b/tests/file_toml.rs
@@ -21,7 +21,7 @@ struct Place {
favorite: bool,
telephone: Option<String>,
reviews: u64,
- creator: MapImpl<String, Value>,
+ creator: Map<String, Value>,
rating: Option<f32>,
}