Skip to content

Clippy cleanup: reduce warnings from 191 to 24 across workspace#171

Merged
AdaWorldAPI merged 2 commits into
mainfrom
claude/review-rustynum-pr-80-2zNy5
Mar 7, 2026
Merged

Clippy cleanup: reduce warnings from 191 to 24 across workspace#171
AdaWorldAPI merged 2 commits into
mainfrom
claude/review-rustynum-pr-80-2zNy5

Conversation

@AdaWorldAPI

Copy link
Copy Markdown
Owner
  • Migrate deprecated bundle_byte_slices → try_bundle_byte_slices (rustynum_accel, bind_space)
  • Migrate deprecated rng.gen() → rng.random() (spo.rs)
  • Replace Default::default() mutation patterns with struct literals (lance.rs, lance_persistence.rs)
  • Fix .clone() on Copy type [u64; 256] (proof_tactics.rs)
  • Fix filter_map → map where Some always returned (flight/server.rs)
  • Fix .clone() on double reference → dereference (cypher_bridge.rs)
  • Fix is_multiple_of clippy lint (wide_container.rs)
  • Fix loop-indexing → iter_mut().enumerate() (wide_meta.rs)
  • Fix manual slice copy → copy_from_slice (wide_meta.rs)
  • Remove unused imports and variables across spo/, orchestration/, flight/
  • Fix redundant field names in struct init (causal_trajectory.rs)

Remaining 24 warnings: 21 crewai-rust dead code, 2 n8n-core, 1 spo::spo module naming.

https://claude.ai/code/session_0152b2NJYnjCJjvMAmgsTx3p

@AdaWorldAPI AdaWorldAPI force-pushed the claude/review-rustynum-pr-80-2zNy5 branch from ccd4561 to 1d5abf4 Compare March 6, 2026 22:57
claude added 2 commits March 6, 2026 23:11
- Migrate deprecated bundle_byte_slices → try_bundle_byte_slices (rustynum_accel, bind_space)
- Migrate deprecated rng.gen() → rng.random() (spo.rs)
- Replace Default::default() mutation patterns with struct literals (lance.rs, lance_persistence.rs)
- Fix .clone() on Copy type [u64; 256] (proof_tactics.rs)
- Fix filter_map → map where Some always returned (flight/server.rs)
- Fix .clone() on double reference → dereference (cypher_bridge.rs)
- Fix is_multiple_of clippy lint (wide_container.rs)
- Fix loop-indexing → iter_mut().enumerate() (wide_meta.rs)
- Fix manual slice copy → copy_from_slice (wide_meta.rs)
- Remove unused imports and variables across spo/, orchestration/, flight/
- Fix redundant field names in struct init (causal_trajectory.rs)

Remaining 24 warnings: 21 crewai-rust dead code, 2 n8n-core, 1 spo::spo module naming.

https://claude.ai/code/session_0152b2NJYnjCJjvMAmgsTx3p
…dHalo, SignificanceLevel)

Tests in gestalt.rs and causal_trajectory.rs used types that weren't
imported at module scope, causing compilation failures under --lib tests.

https://claude.ai/code/session_0152b2NJYnjCJjvMAmgsTx3p
@AdaWorldAPI AdaWorldAPI force-pushed the claude/review-rustynum-pr-80-2zNy5 branch from f2bd789 to 52297a3 Compare March 6, 2026 23:11
@AdaWorldAPI AdaWorldAPI merged commit d798c21 into main Mar 7, 2026
8 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants