We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242c6d7 commit e5a249cCopy full SHA for e5a249c
futures-async-macro/src/lib.rs
@@ -2,6 +2,8 @@
2
3
#![recursion_limit = "128"]
4
#![warn(rust_2018_idioms, unreachable_pub)]
5
+// It cannot be included in the published code because this lints have false positives in the minimum required version.
6
+#![cfg_attr(test, warn(single_use_lifetimes))]
7
#![warn(clippy::all)]
8
9
extern crate proc_macro;
0 commit comments