Chore: apply more clippy rules to prevent from code complexity (#3813)

This commit is contained in:
Lifei Zhou 2025-08-03 20:03:08 +10:00 committed by GitHub
parent 412ceb8128
commit 48a38dc034
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 316 additions and 5 deletions

View file

@ -61,7 +61,7 @@ As you make changes to the rust code, you can try it out on the CLI, or also run
cargo check # do your changes compile
cargo test # do the tests pass with your changes
cargo fmt # format your code
cargo clippy # run the linter
./scripts/clippy-lint # run the linter
```
### Node