Skip to content

Commit 1569f05

Browse files
committed
docs: add missing_docs attribute
1 parent 78b99dd commit 1569f05

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/anchor_trait.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![warn(missing_docs)]
12
//! This module contains [`AnchorWithMetaData`] trait and implementations of the trait for some
23
//! types.
34
use bdk_chain::{Anchor, BlockId, ConfirmationBlockTime};

src/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![warn(missing_docs)]
12
//! This module contains the crate's error type.
23
use std::io::Error as IoError;
34

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![warn(missing_docs)]
12
//! This crate provides an alternative to the sqlite persistence backend for [`BDK`] using [`redb`],
23
//! a lightweight key-value store in Rust.
34
//!

0 commit comments

Comments
 (0)