syncstorage-rs
syncstorage-rs copied to clipboard
Remove unused transaction method
As mentioned here https://github.com/mozilla-services/syncstorage-rs/pull/692#discussion_r455413777
I discussed this with @fzzzy while working on the bb8 branch, and it sounded like we may plan to use it in the future? Specifically, we won't always be returning just HttpResponse from the handlers (i.e. something like Json<T>)?
Oh right. Yeah, I think if we can make it so the handlers always return a Result instead of making error http responses themselves, that might clean up the code a lot.