Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Nov 19, 2022
1 parent a3c63d6 commit 644462a
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 @@ -12,7 +12,8 @@
clippy::manual_string_new,
clippy::single_match_else,
clippy::implicit_clone,
clippy::semicolon_if_nothing_returned
clippy::semicolon_if_nothing_returned,
clippy::use_self
)]

mod client;
Expand Down

0 comments on commit 644462a

Please sign in to comment.