rustls / rustls-ffi

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

server: use into for SignatureScheme. #325

Closed cpu closed 1 year ago

cpu commented 1 year ago

This branch resolves a TODO in server.rs's sigschemes function, replacing a map'd match with into.

cpu commented 1 year ago

rustls-ffi / Clippy nightly (optional) (pull_request) Failing after 39s

As mentioned in this other comment I believe this is a FP.

cpu commented 1 year ago

This feels trivial enough to merge with one +1 :rocket: