Browse Source

librustzcash crate doc

master
Jack Grigg 5 years ago
parent
commit
4ae238ea1f
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
  1. 4
      librustzcash/src/rustzcash.rs

4
librustzcash/src/rustzcash.rs

@ -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. // Catch documentation errors caused by code changes.
#![deny(intra_doc_link_resolution_failure)] #![deny(intra_doc_link_resolution_failure)]
// Clippy has a default-deny lint to prevent dereferencing raw pointer arguments // Clippy has a default-deny lint to prevent dereferencing raw pointer arguments

Loading…
Cancel
Save