Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen-lg committed Mar 27, 2024
1 parent 7b9ab3a commit 6a966a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
#![deny(missing_docs)]
#![deny(clippy::bind_instead_of_map)]
#![deny(clippy::doc_markdown)]
//#![deny(clippy::missing_errors_doc)]
//#![deny(clippy::missing_panics_doc)]
#![deny(clippy::missing_fields_in_debug)]
#![deny(clippy::must_use_candidate)]
#![deny(clippy::or_fun_call)]
#![deny(clippy::trivially_copy_pass_by_ref)]
//#![deny(clippy::match_same_arms)]
#![deny(clippy::uninlined_format_args)]
#![deny(clippy::unreadable_literal)]
// For error-chain.
Expand Down

0 comments on commit 6a966a9

Please sign in to comment.