mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-20 13:59:00 +01:00
_ -> false
This commit is contained in:
parent
fc4dc06360
commit
7493a448a6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ impl<'de> Visitor<'de> for TrueVisitor {
|
||||||
{
|
{
|
||||||
match value {
|
match value {
|
||||||
true => Ok(True),
|
true => Ok(True),
|
||||||
_ => Err(E::custom("expected `true`, found `false`"))
|
false => Err(E::custom("expected `true`, found `false`"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue