http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Fix formatting for StatusCode #304

Closed brightly-salty closed 3 years ago

brightly-salty commented 3 years ago

Fix formatting for StatusCode (also ran cargo format)

Fixes #302.

joshtriplett commented 3 years ago

Is this actually a semver-major change? It just changes the Debug output, which isn't normally considered a breaking change.