We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411a674 commit 70cd60fCopy full SHA for 70cd60f
Cargo.toml
@@ -13,7 +13,7 @@ edition = "2018"
13
14
[dependencies]
15
log = "0.4.6"
16
-backtrace = "0.3.30"
+backtrace = "0.3.32"
17
async-log-attributes = { path = "async-log-attributes", version = "1.0.1" }
18
19
[dev-dependencies]
src/lib.rs
@@ -108,7 +108,7 @@
108
109
#![forbid(unsafe_code, future_incompatible, rust_2018_idioms)]
110
#![deny(missing_debug_implementations, nonstandard_style)]
111
-#![warn(missing_docs, missing_doc_code_examples, unreachable_pub)]
+#![warn(missing_docs, unreachable_pub)]
112
#![cfg_attr(test, deny(warnings))]
113
114
pub use async_log_attributes::instrument;
0 commit comments