Files
huskies/server/src
Timmy 8625b9a7fc fix: rust 1.95.0 clippy lints and matrix-sdk 0.17 API changes
Toolchain bump surfaced new lints (derivable_impls,
unnecessary_unwrap, unnecessary_sort_by, while_let_loop,
collapsible_match, unnecessary_option_map_or_else, cmp_owned)
across bft-json-crdt and huskies-server. All fixed mechanically.

Cargo.toml: dropped the no-longer-existing `rustls-tls` matrix-sdk
feature, then chased through the 0.17 API breakage:
- Relation::Reply is now a tuple variant wrapping Reply, not a
  struct variant with `in_reply_to`
- UserIdentifier::UserIdOrLocalpart removed — use
  UserIdentifier::Matrix(MatrixUserIdentifier::new(..))
- SendMessageLikeEventResult no longer exposes event_id directly;
  it's now on the inner `response` field

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 14:48:49 +01:00
..
2026-05-12 17:55:12 +00:00
2026-05-14 11:06:27 +00:00
2026-05-14 09:38:15 +00:00
2026-05-14 11:06:27 +00:00
2026-05-14 11:06:27 +00:00
2026-05-14 11:06:27 +00:00
2026-05-14 13:17:38 +00:00
2026-05-14 11:06:27 +00:00
2026-05-12 17:55:12 +00:00
2026-05-14 11:06:27 +00:00
2026-05-14 13:17:38 +00:00
2026-05-14 11:24:05 +00:00
2026-05-14 13:29:59 +00:00
2026-05-14 11:06:27 +00:00
2026-05-14 13:17:38 +00:00
2026-05-14 11:24:05 +00:00
2026-05-14 13:00:51 +00:00
2026-04-28 09:33:23 +00:00
2026-05-13 15:11:37 +00:00
2026-04-29 10:47:18 +00:00
2026-05-12 23:16:25 +00:00
2026-04-29 10:47:18 +00:00
2026-04-29 10:47:18 +00:00
2026-04-29 10:47:18 +00:00