continuwuity/src/service
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
..
account_data run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
admin feat: ldap login 2025-08-23 19:59:36 +00:00
announcements feat: Allow mentioning @room in an admin announcement 2025-06-14 19:09:54 +01:00
appservice fix: Post-merge compile issues 2025-08-23 21:28:31 +01:00
client feat(config): introduce federation connection timeout setting 2025-07-20 16:24:26 +01:00
config run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
emergency feat: ldap login 2025-08-23 19:59:36 +00:00
federation refactor: Centralize server forbidden checks into moderation module 2025-04-19 23:37:54 +01:00
globals refactor: Replace remaining std RwLocks 2025-07-20 16:33:36 +01:00
key_backups run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
media chore: Fix typos across the codebase 2025-05-06 20:51:12 +01:00
presence fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
pusher fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
resolver chore: Fix typos across the codebase 2025-05-06 20:51:12 +01:00
rooms fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
sending Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
server_keys Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
sync refactor: Replace remaining std Mutexes 2025-07-20 16:32:48 +01:00
transaction_ids run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
uiaa refactor: Replace std RwLock with parking_lot 2025-07-20 16:31:55 +01:00
users fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
Cargo.toml feat: ldap login 2025-08-23 19:59:36 +00:00
manager.rs refactor: Replace std RwLock with parking_lot 2025-07-20 16:31:55 +01:00
migrations.rs fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
mod.rs feat: Prefill server name in federation test 2025-05-01 21:23:37 +01:00
moderation.rs feat: Allow controlling client message filtering 2025-04-26 21:59:25 +01:00
service.rs refactor: Replace std RwLock with parking_lot 2025-07-20 16:31:55 +01:00
services.rs refactor: Replace std RwLock with parking_lot 2025-07-20 16:31:55 +01:00
state.rs feat: Prefill server name in federation test 2025-05-01 21:23:37 +01:00