hyperium / http

Rust HTTP types
Apache License 2.0
1.14k stars 284 forks source link

Fix Uri docs #537

Closed jeddenlea closed 2 years ago

jeddenlea commented 2 years ago

The doc comments for impl From<Uri> for Parts actually described Uri::from_parts.

jeddenlea commented 2 years ago

D'oh, this and #538 are too close together and cannot be cleanly merged one after the other. So, I'm adding this as a second commit to #538.