mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Merge branch 'master' into throttle_settings
This commit is contained in:
commit
9e7685e7b4
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@
|
|||
#![cfg_attr(all(feature = "full", docsrs), deny(rustdoc::broken_intra_doc_links))]
|
||||
//#![deny(missing_docs)]
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/7422
|
||||
#![allow(clippy::nonstandard_macro_braces)]
|
||||
|
||||
// The internal helper macros.
|
||||
#[macro_use]
|
||||
mod local_macros;
|
||||
|
|
Loading…
Add table
Reference in a new issue