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 6771b9e commit 6366455Copy full SHA for 6366455
src/ser/mod.rs
@@ -400,5 +400,5 @@ where
400
Input: Serialize + ?Sized,
401
Output: TryConvert,
402
{
403
- TryConvert::try_convert(input.serialize(Serializer)?).map_err(Into::into)
+ TryConvert::try_convert(input.serialize(Serializer)?)
404
}
0 commit comments