1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-06-11 07:41:40 +03:00
Files
authentication-service/crates/tasks
Quentin Gliech 144de0deb2 storage: freeze the error type on BoxRepository
This avoids having to deal with traits bounds everywhere. It also moves
the `boxed()` method to the PgRepository, because it was unnecessary to
keep it on the `Repository` trait
2024-07-26 11:36:55 +02:00
..