Skip to content

Commit 27b3e92

Browse files
committed
Do trivial cleanup to module level docs
Make the module level docs uniform across the codebase (style copied from rust-bitcoin).
1 parent 4864a33 commit 27b3e92

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/ecdsa/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! Structs and functionality related to the ECDSA signature algorithm.
2+
//!
23
34
#[cfg(feature = "recovery")]
45
mod recovery;

src/scalar.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//! points. The most common type of scalars are private keys. However not all scalars are private
55
//! keys. They can even be public *values*. To make handling them safer and easier this module
66
//! provides the `Scalar` type and related.
7+
//!
78
89
use core::fmt;
910

src/schnorr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//! # schnorrsig
21
//! Support for Schnorr signatures.
32
//!
43

0 commit comments

Comments
 (0)