mini-redis icon indicating copy to clipboard operation
mini-redis copied to clipboard

The `chat` example is empty

Open ClementNerma opened this issue 2 years ago • 2 comments

There is a chat.rs example file in the repository but it is empty:

#[tokio::main]
async fn main() {
    unimplemented!();
}

Why put an empty example file that contains nothing (genuine question)?

ClementNerma avatar Jun 14 '22 11:06 ClementNerma

No idea. It should be removed.

Darksonn avatar Jun 14 '22 12:06 Darksonn

I submitted a PR with it back then https://github.com/tokio-rs/mini-redis/pull/32/

jxs avatar Jun 16 '22 14:06 jxs