doc(crypto-nodejs) Disable missing docs for now.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/// Generic error wrapping `napi::Error`.
|
||||
#[derive(Debug)]
|
||||
pub struct Error(napi::Error);
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#![doc = include_str!("../README.md")]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![warn(missing_docs, missing_debug_implementations)]
|
||||
//#![warn(missing_docs, missing_debug_implementations)]
|
||||
|
||||
mod errors;
|
||||
pub mod events;
|
||||
|
||||
Reference in New Issue
Block a user