Skip to content

Commit c915def

Browse files
committed
Merge #106: Reduce noise in HTML docs
110ba6c Reduce noise in HTML docs (Tobin C. Harding) Pull request description: The "overview" in `primitives::mod` causes the same info to be displayed twice in the HTML rendering of our docs. Just remove it. ACKs for top commit: apoelstra: utACK 110ba6c Tree-SHA512: 9e4b577fef920cbb36f00ba6ac2d96a187c0ebc440cc6b51a2dd88d17a5a595a10465f70b582e6ed46a704e7886c9c5bd82dd7c5e93e0b5b3b7f2a0ffc5ddf48
2 parents 20f10f7 + 110ba6c commit c915def

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/primitives/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

33
//! Provides the internal nuts and bolts that enable bech32 encoding/decoding.
4-
//!
5-
//! ## Overview
6-
//!
7-
//! - `gf32`: GF32 elements, i.e. "bech32 characters".
8-
//! - `hrp`: human-readable part.
94
105
pub mod gf32;
116
pub mod hrp;

0 commit comments

Comments
 (0)