rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.95k stars 362 forks source link

Update rustdoc-init.md #166

Closed weipin closed 3 years ago

weipin commented 3 years ago

Hello,

connection.send_request(); doesn't seem correct -- the argument request is missing. The previous one obviously has it.

simonsan commented 3 years ago

Thank you ;-)