Skip to content

Fix clippy 1.96 unnecessary_sort_by lints in the in-memory store#27

Merged
kevincarlson merged 1 commit into
mainfrom
claude/adr-spec-implementation-mm43ai
Jul 4, 2026
Merged

Fix clippy 1.96 unnecessary_sort_by lints in the in-memory store#27
kevincarlson merged 1 commit into
mainfrom
claude/adr-spec-implementation-mm43ai

Conversation

@kevincarlson

Copy link
Copy Markdown
Member

CI pins a newer clippy than the local toolchain; sort_by with a reversed comparator becomes sort_by_key(Reverse(..)) in list_documents and docs_with_backlog.

Claude-Session: https://claude.ai/code/session_014eNuucay71HTkHJisfmSqG

CI pins a newer clippy than the local toolchain; sort_by with a reversed
comparator becomes sort_by_key(Reverse(..)) in list_documents and
docs_with_backlog.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014eNuucay71HTkHJisfmSqG
@kevincarlson kevincarlson self-assigned this Jul 4, 2026
@kevincarlson kevincarlson merged commit 3f1627a into main Jul 4, 2026
2 checks passed
@kevincarlson kevincarlson deleted the claude/adr-spec-implementation-mm43ai branch July 4, 2026 11:13
@AppThere AppThere locked as resolved and limited conversation to collaborators Jul 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants