Skip to content

Commit

Permalink
chore(lint): warn missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jan 30, 2024
1 parent 69f8ae6 commit cd602b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
//! [mit]: https://github.com/0x61nas/aarty/blob/aurora/LICENSE
//!
#![deny(rust_2018_idioms, non_ascii_idents, missing_debug_implementations)]
#![warn(missing_docs)]

/// ANSI color.
#[cfg(feature = "colors")]
Expand Down

0 comments on commit cd602b8

Please sign in to comment.