Skip to content

Commit

Permalink
removed anoter lint-reason
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 25, 2024
1 parent 7f8ab18 commit 9181f82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![deny(
missing_docs,
reason = "lets document our code for other/future developers"
)]
// let's document our code for other/future developers
#![deny(missing_docs)]

#![cfg_attr(docsrs, deny(rustdoc::broken_intra_doc_links))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(
Expand Down

0 comments on commit 9181f82

Please sign in to comment.