Skip to content

Commit 110ba6c

Browse files
committed
Reduce noise in HTML docs
The "overview" in `primitives::mod` causes the same info to be displayed twice in the HTML rendering of our docs. Just remove it.
1 parent 7b4fd0f commit 110ba6c

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
@@ -2,11 +2,6 @@
22
// SPDX-License-Identifier: MIT
33

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

0 commit comments

Comments
 (0)