Skip to content

Commit

Permalink
Turn back on missing_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
100-TomatoJuice committed Jan 6, 2024
1 parent 0e07ae7 commit bcd5764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//#![forbid(missing_docs)]
#![forbid(missing_docs)]
#![forbid(unsafe_code)]
#![warn(clippy::doc_markdown)]
#![doc = include_str!("../README.md")]
Expand Down

0 comments on commit bcd5764

Please sign in to comment.