http icon indicating copy to clipboard operation
http copied to clipboard

moved to finish_non_exhaustive in Debug impl

Open 06chaynes opened this issue 3 years ago • 1 comments

This moves from the finish method to the finish_non_exhaustive method in Debug impl blocks where applicable.

"Marks the struct as non-exhaustive, indicating to the reader that there are some other fields that are not shown in the debug representation." - std::fmt::DebugStruct Docs

06chaynes avatar Feb 05 '22 17:02 06chaynes

Note that this method is only available since 1.53.0, so this change impacts the MSRV of http

olix0r avatar Feb 05 '22 19:02 olix0r