librustzcash crate doc

This commit is contained in:
Jack Grigg 2019-11-11 10:21:38 +00:00
parent d1bc61800c
commit 4ae238ea1f
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
//! FFI between the C++ zcashd codebase and the Rust Zcash crates.
//!
//! This is internal to zcashd and is not an officially-supported API.
// Catch documentation errors caused by code changes.
#![deny(intra_doc_link_resolution_failure)]
// Clippy has a default-deny lint to prevent dereferencing raw pointer arguments