We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294e371 commit 1a449f6Copy full SHA for 1a449f6
lib/rs/src/lib.rs
@@ -53,7 +53,7 @@
53
//! [tutorial]: https://github.com/apache/thrift/tree/master/tutorial/rs
54
55
#![crate_type = "lib"]
56
-#![doc(test(attr(allow(unused_variables), deny(warnings))))]
+#![doc(test(attr(allow(unused_variables, dead_code), deny(warnings))))]
57
#![deny(bare_trait_objects)]
58
59
// NOTE: this macro has to be defined before any modules. See:
0 commit comments