Skip to content

Commit

Permalink
Remove doc comment for hidden items (nightly clippy complains)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinquaXD committed Apr 20, 2024
1 parent afb668a commit 24610fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ethcontract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ pub mod dyns {

#[doc(hidden)]
pub mod private {
//! Private definitions that are needed by the generated contract code or
//! but do not appear in public interfaces. No documentation is generated
//! for these definitions.
// Private definitions that are needed by the generated contract code or
// but do not appear in public interfaces. No documentation is generated
// for these definitions.

pub use lazy_static::lazy_static;
}
Expand Down

0 comments on commit 24610fa

Please sign in to comment.