Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 tasks
StackOverflowExcept1on opened this issue Jul 29, 2024 · 0 comments
Open
4 tasks

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

StackOverflowExcept1on opened this issue Jul 29, 2024 · 0 comments
Labels
C2-refactoring Refactoring proposal Q1-easy

Comments

@StackOverflowExcept1on
Copy link
Member

StackOverflowExcept1on commented Jul 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C2-refactoring Refactoring proposal Q1-easy
Projects
None yet
Development

No branches or pull requests

1 participant