Skip to content

Commit

Permalink
chore(lint): deny rust2018idoms and none_ascii_ident and missing debu…
Browse files Browse the repository at this point in the history
…g impl
  • Loading branch information
0x61nas committed Jan 30, 2024
1 parent e9daa03 commit 69f8ae6
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 @@ -117,6 +117,7 @@
//!
//! [mit]: https://github.com/0x61nas/aarty/blob/aurora/LICENSE
//!
#![deny(rust_2018_idioms, non_ascii_idents, missing_debug_implementations)]

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

0 comments on commit 69f8ae6

Please sign in to comment.