mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-23 00:42:03 +01:00
Merge pull request #138 from teloxide/warn_pring_dbg
Enable clippy to warn on dbg/print usage
This commit is contained in:
commit
bbd92a004c
1 changed files with 1 additions and 3 deletions
|
@ -86,9 +86,7 @@
|
|||
#![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))]
|
||||
#![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)]
|
||||
#![warn(clippy::print_stdout, clippy::dbg_macro)]
|
||||
|
||||
// The internal helper macros.
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Reference in a new issue