continuwuity/src/service/rooms
Tom Foster b5a2e49ae4 fix: Resolve Clippy CI failures from elided lifetime warnings
The latest Rust nightly compiler (2025-08-27) introduced the
elided-named-lifetimes lint which causes Clippy CI checks to fail
when an elided lifetime ('_) resolves to a named lifetime that's
already in scope.

This commit fixes the Clippy warnings by:
- Making lifetime relationships explicit where 'a is already in scope
- Keeping elided lifetimes ('_) in functions without explicit
  lifetime parameters
- Ensuring proper lifetime handling in the database pool module

Affected files (17 total):
- Database map modules: Handle, Key, and KeyVal references in get,
  qry, keys, and stream operations
- Database pool module: into_recv_seek function

This change resolves the CI build failures without changing any
functionality, ensuring the codebase remains compatible with the
latest nightly Clippy checks.
2025-08-28 21:13:19 +01:00
..
alias fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
auth_chain refactor: Replace remaining std Mutexes 2025-07-20 16:32:48 +01:00
directory run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
event_handler fix(policy-server): Return the correct result when an event is marked as spam 2025-07-23 18:01:46 +01:00
lazy_loading Support optional device_id's in lazy-loading context. 2025-07-02 18:58:17 +01:00
metadata run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
outlier Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
pdu_metadata fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
read_receipt fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
search fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
short fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
spaces Toward abstracting Pdu into trait Event. 2025-07-02 19:03:26 +01:00
state fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
state_accessor style(space-upgrades): Remove unused import left over from 6691b7672b 2025-07-19 18:37:45 +01:00
state_cache fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
state_compressor refactor: Replace remaining std Mutexes 2025-07-20 16:32:48 +01:00
threads Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
timeline fix(policy-server): Call the PS later in the PDU creation process 2025-08-02 00:19:33 +01:00
typing run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
user run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
mod.rs de-global services for services 2024-07-27 08:26:42 +00:00