Skip to content

Commit

Permalink
disable deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Dec 28, 2024
1 parent 294e371 commit 1a449f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//! [tutorial]: https://github.com/apache/thrift/tree/master/tutorial/rs
#![crate_type = "lib"]
#![doc(test(attr(allow(unused_variables), deny(warnings))))]
#![doc(test(attr(allow(unused_variables, dead_code), deny(warnings))))]
#![deny(bare_trait_objects)]

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

0 comments on commit 1a449f6

Please sign in to comment.