Closed taspelund closed 2 months ago
Comments have been resolved. The only item I wasn't sure about was that clippy is complaining about a complex type being returned by this function. Should I create something similar to resource::Origin4
to address the complaint?
Let's add a #![allow(clippy::type_complexity)]
at the top of the file for now, as I'm not sure how a type alias is going to interact with dropshot/progenitor.
Fixes: #318