We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb8c10 commit ebe2f29Copy full SHA for ebe2f29
src/serde_seq.rs
@@ -36,7 +36,7 @@ use crate::IndexMap;
36
/// This behaves like [`crate::serde_seq`] for `IndexMap`, serializing a sequence
37
/// of `(key, value)` pairs, rather than as a map that might not preserve order.
38
///
39
-/// Requires crate feature `"serde"` or `"serde-1"`
+/// Requires crate feature `"serde"`
40
impl<K, V> Serialize for MapSlice<K, V>
41
where
42
K: Serialize,
@@ -52,7 +52,7 @@ where
52
53
/// Serializes a `set::Slice` as an ordered sequence.
54
55
56
impl<T> Serialize for SetSlice<T>
57
58
T: Serialize,
0 commit comments