eyre-rs / eyre

A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Apache License 2.0
1.35k stars 63 forks source link

Fix overly strict clippy lint #172

Closed ten3roberts closed 3 months ago

ten3roberts commented 3 months ago

Deny style, suspicious and complexity categories, rather than all warnings

If we find issues that could have been caught by a clippy lint we can add that lint on as deny too, as for now, they still appear as warnings but won't prevent CI from running.

This most notably fixes random CI breakages when clippy/rust updates and introduces new warn level lints