Skip to content

Commit 70cd60f

Browse files
committed
disable warns
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 411a674 commit 70cd60f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313

1414
[dependencies]
1515
log = "0.4.6"
16-
backtrace = "0.3.30"
16+
backtrace = "0.3.32"
1717
async-log-attributes = { path = "async-log-attributes", version = "1.0.1" }
1818

1919
[dev-dependencies]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
109109
#![forbid(unsafe_code, future_incompatible, rust_2018_idioms)]
110110
#![deny(missing_debug_implementations, nonstandard_style)]
111-
#![warn(missing_docs, missing_doc_code_examples, unreachable_pub)]
111+
#![warn(missing_docs, unreachable_pub)]
112112
#![cfg_attr(test, deny(warnings))]
113113

114114
pub use async_log_attributes::instrument;

0 commit comments

Comments
 (0)