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 d2cdd4b commit 0a033daCopy full SHA for 0a033da
src/serde.rs
@@ -8,7 +8,7 @@ where
8
{
9
struct BoolOrUIntVisitor;
10
11
- impl<'de> Visitor<'de> for BoolOrUIntVisitor {
+ impl Visitor<'_> for BoolOrUIntVisitor {
12
type Value = bool;
13
14
fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
0 commit comments