mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-23 07:09:34 +01:00
supress clippy
This commit is contained in:
parent
a5f2e5984c
commit
c640177c20
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
//#![deny(missing_docs)]
|
||||
#![warn(clippy::print_stdout, clippy::dbg_macro)]
|
||||
#![allow(clippy::let_and_return)]
|
||||
#![allow(clippy::bool_assert_comparison)]
|
||||
// Unless this becomes machine applicable, I'm not adding 334 #[must_use]s (waffle)
|
||||
#![allow(clippy::return_self_not_must_use)]
|
||||
// Workaround for CI
|
||||
|
|
Loading…
Add table
Reference in a new issue