Skip to content

Commit

Permalink
Disable doc comment warnings until we have full coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Sep 6, 2024
1 parent 5fa1820 commit 70aa767
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 70aa767

Please sign in to comment.