From 70aa767e362e484178b6d6ce5d959e04d890648d Mon Sep 17 00:00:00 2001 From: Matt Bell Date: Fri, 6 Sep 2024 10:29:34 -0400 Subject: [PATCH] Disable doc comment warnings until we have full coverage --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index d96fded7..87ed6851 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,8 +4,6 @@ //! This crate provides the core logic for both full nodes and clients of the //! Nomic protocol. -#![warn(missing_docs)] -#![warn(clippy::missing_docs_in_private_items)] #![feature(trivial_bounds)] #![feature(never_type)] #![allow(incomplete_features)]