Skip to content

Commit

Permalink
Add missing docs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Sep 2, 2024
1 parent 09d2fc4 commit 3b2f847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//#![warn(missing_docs)]
#![warn(missing_docs)]
#![warn(clippy::nursery)]
#![warn(clippy::cargo)]
//#![warn(clippy::missing_docs_in_private_items)]
#![warn(clippy::missing_docs_in_private_items)]
#![warn(clippy::pedantic)]
#![allow(clippy::wildcard_imports)]
#![allow(clippy::struct_excessive_bools)]
Expand Down

0 comments on commit 3b2f847

Please sign in to comment.