rustls / rustls-ffi

Use Rustls from any language
Other
127 stars 30 forks source link

run clippy on tests, fix findings #416

Closed cpu closed 5 months ago

cpu commented 6 months ago

Over in the rustls-openssl-compat repo that we bootstrapped from this repo's settings I noticed we weren't linting test code (https://github.com/rustls/rustls-openssl-compat/pull/6). It looks like that's true for this repo as well.

This branch updates the clippy jobs to do so and fixes the findings that were present.