continuwuity/src
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
..
admin feat: ldap login 2025-08-23 19:59:36 +00:00
api feat: add ldap_only config option 2025-08-23 19:59:36 +00:00
build_metadata build: Don't rerun on git changes 2025-05-26 19:16:05 +01:00
core feat: add ldap_only config option 2025-08-23 19:59:36 +00:00
database fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
macros refactor: Replace std Mutex with parking_lot 2025-07-20 16:31:02 +01:00
main fix: Correctly pass ldap feature from the default crate 2025-08-23 19:59:36 +00:00
router chore: Fix clippy lints with minimal diff 2025-08-22 00:51:54 +01:00
service fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
web docs: Add vias to matrix.to links 2025-07-24 13:31:58 +01:00