Skip to content

Commit 1a449f6

Browse files
committed
disable deadcode
1 parent 294e371 commit 1a449f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
//! [tutorial]: https://github.com/apache/thrift/tree/master/tutorial/rs
5454
5555
#![crate_type = "lib"]
56-
#![doc(test(attr(allow(unused_variables), deny(warnings))))]
56+
#![doc(test(attr(allow(unused_variables, dead_code), deny(warnings))))]
5757
#![deny(bare_trait_objects)]
5858

5959
// NOTE: this macro has to be defined before any modules. See:

0 commit comments

Comments
 (0)