mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
silence clippy
This commit is contained in:
parent
28deda130e
commit
995a482f81
1 changed files with 7 additions and 0 deletions
|
@ -90,6 +90,13 @@
|
|||
#![allow(clippy::return_self_not_must_use)]
|
||||
// Workaround for CI
|
||||
#![allow(rustdoc::bare_urls)]
|
||||
// FIXME: deal with these lints
|
||||
#![allow(
|
||||
clippy::collapsible_str_replace,
|
||||
clippy::borrow_deref_ref,
|
||||
clippy::unnecessary_lazy_evaluations,
|
||||
clippy::derive_partial_eq_without_eq
|
||||
)]
|
||||
|
||||
// The internal helper macros.
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Reference in a new issue