doc(crypto-nodejs) Disable missing docs for now.

This commit is contained in:
Ivan Enderlin
2022-05-30 10:55:24 +02:00
parent 6ff5c8e918
commit bb8217d10f
2 changed files with 2 additions and 1 deletions
@@ -1,3 +1,4 @@
/// Generic error wrapping `napi::Error`.
#[derive(Debug)]
pub struct Error(napi::Error);
+1 -1
View File
@@ -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;