Skip to content

[agent_farm] fix all the cargo check warnings (Run ID: codestoryai_sidecar_issue_2040_796981f0)#2041

Merged
theskcd merged 1 commit intomainfrom
codestoryai_sidecar_issue_2040_796981f0
Feb 11, 2025
Merged

[agent_farm] fix all the cargo check warnings (Run ID: codestoryai_sidecar_issue_2040_796981f0)#2041
theskcd merged 1 commit intomainfrom
codestoryai_sidecar_issue_2040_796981f0

Conversation

@theskcd
Copy link
Contributor

@theskcd theskcd commented Feb 11, 2025

agent_instance: codestoryai_sidecar_issue_2040_796981f0 Tries to fix: #2040

🔧 Fix: Resolved all Cargo check warnings across the codebase

  • Fixed: Missing mut keyword for mutable borrows in anthropic.rs
  • Fixed: Unused parameter warnings in session/service.rs by adding underscore prefix
  • Fixed: Redundant mut declarations for immutable variables

👀 Ready for review - cleaned up Rust mutability and unused variable warnings.

This commit removes unused mutable declarations and updates unused parameter warnings by adding underscores to parameter names.
@theskcd theskcd merged commit 2087824 into main Feb 11, 2025
3 checks passed
@theskcd theskcd deleted the codestoryai_sidecar_issue_2040_796981f0 branch February 11, 2025 22:21
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.

[agent_farm] fix all the cargo check warnings

1 participant