dequbed / rsasl

The Rust SASL framework
MIT License
12 stars 6 forks source link

fix<lint>: apply pedantic & non_exhaustive #19

Closed Mathieu-Lala closed 2 years ago

Mathieu-Lala commented 2 years ago

Context

Addressing https://github.com/dequbed/rsasl/issues/14

I also added the clippy::pedantic warnings.

I believe most of the changes are useful, but we might want to do some cherry pick.

Summary of changes

Added

Changed

Mathieu-Lala commented 2 years ago

There is few #[allow(...)] we should fix before merging