unionlabs / union

The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.
https://union.build
Apache License 2.0
373 stars 28 forks source link

Update clippy lints #576

Open benluelo opened 1 year ago

benluelo commented 1 year ago
aeryz commented 1 year ago

unsafe also? or is it an overkill?

benluelo commented 1 year ago

IMO we should forbid unsafe, as we should never be using it directly (if a use case comes up down the line, we can reevaluate ofc)