Remove clippy too_many_lines lint and decompose long functions (#7064)

This commit is contained in:
Bradley Axen
2026-02-06 20:10:24 -08:00
committed by GitHub
parent 948cb91d54
commit b18120bec3
12 changed files with 256 additions and 412 deletions
+1 -1
View File
@@ -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