rustls / rustls-ffi

Use Rustls from any language
Other
124 stars 31 forks source link

cipher: fix unneeded return statements. #339

Closed cpu closed 1 year ago

cpu commented 1 year ago

This commit addresses some nightly clippy findings from CI, two instances of unneeded return statements.