IronCoreLabs / ironoxide

Rust SDK for IronCore Privacy Platform
https://docs.rs/ironoxide
GNU Affero General Public License v3.0
10 stars 3 forks source link

Satisfy clippy #247

Closed giarc3 closed 2 years ago

giarc3 commented 2 years ago

A few lints were just silenced: too many arguments, complex return type, and large enum size difference. This did lead to some changes in our public API, so we'll have to decide if we're okay with that (changing anywhere we take &Vec<_> to &[_]). With this satisfied, we could consider adding the clippy workflow to this repo's CI