Skip to content

Specify crypto features for clippy

dvn requested to merge dvn0/clippy-fixup into main

Clippy doesn't work on some of our projects without specifying the crypto backend, because a backend is not specified by default everywhere. This MR updates the clippy command to deliberately select the openssl backend.

Merge request reports