Skip to content

Commit

Permalink
Revert "Never inline map value deserialization"
Browse files Browse the repository at this point in the history
This reverts commit 6b3ce69.

The change has been superseded by
Nitrokey#4 =
#15 so it was unnecessary
to port it to upstream in
#16.
  • Loading branch information
robin-nitrokey committed Oct 7, 2024
1 parent 2ba6ee3 commit 797f45d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 797f45d

Please sign in to comment.