Merge pull request #138 from teloxide/warn_pring_dbg

Enable clippy to warn on dbg/print usage
This commit is contained in:
Waffle Maybe 2021-11-25 13:04:25 +03:00 committed by GitHub
commit bbd92a004c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]