librustzcash crate doc
This commit is contained in:
parent
d1bc61800c
commit
4ae238ea1f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue