Temporarily allow dead code

This will make the lints more useful while we are implementing the
Orchard protocol.
This commit is contained in:
Jack Grigg 2021-03-20 18:31:09 +13:00
parent f18ffa63d5
commit b8f02c3b32
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
//! address, which is also shielded).
#![cfg_attr(docsrs, feature(doc_cfg))]
// Temporary until we have more of the crate implemented.
#![allow(dead_code)]
// Catch documentation errors caused by code changes.
#![deny(broken_intra_doc_links)]
#![deny(missing_debug_implementations)]