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 0c79408 commit ff01f7f
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 @@ -11,7 +11,8 @@
clippy::wildcard_imports,
clippy::manual_string_new,
clippy::single_match_else,
clippy::implicit_clone
clippy::implicit_clone,
clippy::use_self
)]

mod client;
Expand Down

0 comments on commit ff01f7f

Please sign in to comment.