risechain / pevm

Blazingly fast Parallel EVM
MIT License
227 stars 47 forks source link

Remove all `#![allow(...)]` #410

Closed hai-rise closed 3 days ago

MuhtasimTanmoy commented 1 week ago

PR: https://github.com/risechain/pevm/pull/419

Should remove unused imports to suppress warnings as well?

hai-rise commented 1 week ago

@MuhtasimTanmoy Yes, let's provide missing docs and work around the unused imports to pass warnings 🙏.