synor/crates/synor-storage
Gulshan Yadav 7c7137c4f6 fix: resolve clippy warnings for Rust 1.93
- Replace manual modulo checks with .is_multiple_of()
- Use enumerate() instead of manual loop counters
- Use iterator .take() instead of index-based loops
- Use slice literals instead of unnecessary vec![]
- Allow too_many_arguments in IBC and bridge crates (protocol requirements)
- Allow assertions on constants in integration tests
2026-02-02 06:18:16 +05:30
..
benches fix: resolve compilation errors in tests and crates 2026-01-26 21:09:56 +05:30
src fix: resolve clippy warnings for Rust 1.93 2026-02-02 06:18:16 +05:30
Cargo.toml fix: resolve compilation errors in tests and crates 2026-01-26 21:09:56 +05:30