Skip to content

Commit

Permalink
refactor: warn on clippy::unimplemented, migrate away
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed May 24, 2023
1 parent b47439a commit 3233eab
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 @@ -223,7 +223,8 @@ tree.
clippy::panic,
clippy::print_stderr,
clippy::print_stdout,
clippy::todo
clippy::todo,
clippy::unimplemented,
)
)]

Expand Down

0 comments on commit 3233eab

Please sign in to comment.