gear
gear copied to clipboard
Remove `#![allow(clippy::*)]` from the codebase
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