Commit Graph

4 Commits

Author SHA1 Message Date
aa414fd527 More clippy fixin's. 2021-12-31 10:32:15 -08:00
74f66ef747 Add a separate trait for converting errors into server responses. 2021-11-21 21:18:44 -08:00
0d35f1cdb3 Remove a bunch of (hopefully) unnecessary Pins.
I believe these were introduced previously to solve a problem that we're
no longer dealing with; specifically, if I remember correctly, we
introduced these to deal with how we were going to implement a trait.
However, they don't appear to be necessary any more, so we're going to
get rid of them, so we won't need to deal with them any longer.
2021-10-09 15:22:10 -07:00
d1143a414c Split out the messages into individual files,, and add negative tests, so we can aspire towards good coverage. 2021-06-27 16:53:57 -07:00