Skip to content

Commit

Permalink
Clean up comments in private error module
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Jul 9, 2023
1 parent eac6009 commit 1a746b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/error.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
// Written by the Rust Bitcoin developers.
// SPDX-License-Identifier: CC0-1.0

//! # Error
//!
//! Error handling macros and helpers.
//!

/// Formats error.
///
/// If `std` feature is OFF appends error source (delimited by `: `). We do this because
Expand Down

0 comments on commit 1a746b7

Please sign in to comment.