Revert "Never inline map value deserialization"

This reverts commit 6b3ce6928e.

The change has been superseded by
https://github.com/Nitrokey/cbor-smol/pull/4 =
https://github.com/trussed-dev/cbor-smol/pull/15 so it was unnecessary
to port it to upstream in
https://github.com/trussed-dev/cbor-smol/pull/16.
This commit is contained in:
Robin Krahl
2024-10-07 19:45:38 +02:00
parent 2ba6ee356e
commit 797f45de03
-1
View File
@@ -342,7 +342,6 @@ impl<'a, 'b: 'a> serde::de::MapAccess<'b> for MapAccess<'a, 'b> {
}
}
#[inline(never)]
fn next_value_seed<V>(&mut self, seed: V) -> Result<V::Value>
where
V: de::DeserializeSeed<'b>,