mainmatter / 100-exercises-to-learn-rust

A self-paced course to learn Rust, one exercise at a time.
https://rust-exercises.com
4.99k stars 861 forks source link

Remove pub visibility on `server()` #112

Closed metajack closed 3 months ago

metajack commented 3 months ago

The argument has a private type. This gets rid of the private_interfaces warning.

LukeMathWalker commented 3 months ago

Thanks!