0xLogicalx
0xLogicalx
drop the module-level suppressor for unused items remove the dead `PoolTransaction` and `SignerRecoverable` imports
drop the unused VERGEN_*, CARGO_PKG_VERSION, and BUILD_PROFILE_NAME constants from bin/rollup/src/version.rs, remove the #![allow(dead_code)] escape hatch so future dead items in this module surface naturally
Replaces LINQ-based task collection initialization with direct `for` loops in performance-critical code paths, eliminating unnecessary intermediate allocations.