Skip to content

Commit 30e7e48

Browse files
committed
Clean up comments in private error module
The `error` module is private so does not technically require module level rustdoc, also the current rustdoc is too general (it is copy'pasta from rust-bitcoin). Just remove it. While we are at it, remove the 'Written by the Rust Bitcoin developers' line because we have removed this everywhere else with the justification that it is just noise.
1 parent 7ea5793 commit 30e7e48

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/error.rs

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
// Written by the Rust Bitcoin developers.
21
// SPDX-License-Identifier: CC0-1.0
32

4-
//! # Error
5-
//!
6-
//! Error handling macros and helpers.
7-
//!
8-
93
/// Formats error.
104
///
115
/// If `std` feature is OFF appends error source (delimited by `: `). We do this because

0 commit comments

Comments
 (0)