edgebitio / enclaver

Open source toolkit created to enable easy adoption of software enclaves
https://edgebit.io/enclaver
Apache License 2.0
124 stars 12 forks source link

Make Clippy fail on warnings #143

Closed crawford closed 1 year ago

crawford commented 1 year ago

Also allow clippy::new_without_default. This lint suggests adding a Default implementation for a number of types, but this is more applicable for a library than an executable.

crawford commented 1 year ago

This is a rendering bug. This changeset was not merged into the main branch.