Skip to content

Commit

Permalink
Warn on clippy::use_self
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jun 25, 2024
1 parent 53b833b commit c399cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
clippy::single_match,
clippy::single_match_else,
clippy::type_complexity,
clippy::upper_case_acronyms
clippy::upper_case_acronyms,
clippy::use_self
)]
// Enable documentation for all features on docs.rs
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
Expand Down

0 comments on commit c399cd9

Please sign in to comment.