Remove pub visibility on `server()` as the argument has a private type. This gets...
authorJack Moffitt <jack@metajack.im>
Sun, 7 Jul 2024 19:18:43 +0000 (14:18 -0500)
committerGitHub <noreply@github.com>
Sun, 7 Jul 2024 19:18:43 +0000 (21:18 +0200)
commitf272843c6122ef7496b6f3638b75ecbc30db804f
tree34fcf8864c62bf9f08656b83b22276e63c966d5f
parentfccad089217810d6c048f17be40a263ec62a4abe
Remove pub visibility on `server()` as the argument has a private type. This gets rid of a warning. (#112)
exercises/07_threads/08_client/src/lib.rs