mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-28 20:02:14 +01:00
* feat: Add normalized ReportableError to errors We want to do things like add tags and other features to sync errors the way that we do in other packages. To do so, we're backporting ReportableError from Autopush to Syncstorage. This also addresses some clippy fixes required by 1.78 This continues to use the `Taggable` trait, which we may want to port to autopush. Closes SYNC-4262