gear icon indicating copy to clipboard operation
gear copied to clipboard

Remove `#![allow(clippy::*)]` from the codebase

Open StackOverflowExcept1on opened this issue 1 year ago • 0 comments

File Location(s)

  • [ ] #![allow(clippy::manual_inspect)] pallets/*/src/lib.rs probably need to update substrate to new version

  • [ ] #![allow(ambiguous_glob_reexports)] gstd/src/lib.rs something related to ffi re-exports

  • [ ] #[allow(clippy::needless_borrows_for_generic_args)] runtime-interface/sandbox/src/detail.rs, pallets/gear-program/src/migrations/ed_locks.rs, sandbox/sandbox/src/lib.rs not sure how to fix

  • [ ] #[allow(clippy::assigning_clones)] utils/gring/src/keyring.rs, utils/gring/src/keystore.rs

Proposal

N/A

StackOverflowExcept1on avatar Jul 29 '24 12:07 StackOverflowExcept1on