We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1a4355 + 6366455 commit 8f7bad2Copy full SHA for 8f7bad2
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
- "3.0"
17
- "3.1"
18
- "3.2"
19
+ - "3.3"
20
21
steps:
22
- name: Check out code
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