Skip to content

fix(eval): satisfy Rust 1.98 clippy - #27

Merged
ECD5A merged 1 commit into
mainfrom
fix/rust-1.98-eval-clippy
Aug 23, 2026
Merged

fix(eval): satisfy Rust 1.98 clippy#27
ECD5A merged 1 commit into
mainfrom
fix/rust-1.98-eval-clippy

Conversation

@ECD5A

@ECD5A ECD5A commented Aug 23, 2026

Copy link
Copy Markdown
Owner

Summary

Rust 1.98 added the clippy::useless_format lint, causing the eval-tool Clippy job to fail on three constant marker strings. Use .to_string() for those constants without changing runtime behavior.

Scope

  • Core storage / recall
  • CLI / TUI
  • MCP / SDK
  • Security
  • Release / packaging
  • Documentation

Safety Checklist

  • I did not change the storage layout without a design rationale.
  • I did not change recall semantics without tests.
  • I did not add a new filter family without benchmark evidence.
  • I did not use JSON/JSONL as runtime storage.
  • I did not commit generated stores, target artifacts, passphrases, logs, or private corpus data.

Verification

  • cargo fmt --check
  • cargo test
  • cargo check -p mge-cli --bins
  • Release / smoke checks if packaging or integration changed
  • cargo +1.98.0 clippy --manifest-path tools/agent-memory-eval/Cargo.toml --all-targets -- -D warnings

Notes

Release checks were not run because packaging and integration behavior are unchanged.

Signed-off-by: ECD5A <stelmaknoder@gmail.com>
@ECD5A
ECD5A merged commit f419830 into main Aug 23, 2026
4 checks passed
@ECD5A
ECD5A deleted the fix/rust-1.98-eval-clippy branch August 23, 2026 02:59
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.

1 participant