mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +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 {
|
||||
true => Ok(True),
|
||||
_ => Err(E::custom("expected `true`, found `false`"))
|
||||
false => Err(E::custom("expected `true`, found `false`"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue