Skip to content

Commit 649b4af

Browse files
committed
Use a more generic description in expecting.
1 parent 61bb30b commit 649b4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serde.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl<K, V> Visitor for LinkedHashMapVisitor<K, V>
5858
type Value = LinkedHashMap<K, V>;
5959

6060
fn expecting(&self, formatter: &mut Formatter) -> FmtResult {
61-
write!(formatter, "linked hash map")
61+
write!(formatter, "a map")
6262
}
6363

6464
#[inline]

0 commit comments

Comments
 (0)