Remove clippy too_many_lines lint and decompose long functions (#7064)
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ When making changes to the Rust code, test them on the CLI or run checks, tests,
|
||||
cargo check # verify changes compile
|
||||
cargo test # run tests with changes
|
||||
cargo fmt # format code
|
||||
./scripts/clippy-lint.sh # run the linter
|
||||
cargo clippy --all-targets -- -D warnings # run the linter
|
||||
```
|
||||
|
||||
### Node
|
||||
|
||||
Reference in New Issue
Block a user