mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-21 00:12:14 +01:00
* feat: wire MysqlError's ReportableError impl into TokenserverError and quiet Pool errors Closes SYNC-4424 * kluge: allow(clippy::result_large_err) for TokenserverError (for now) we can get rid of this in a later refactoring