ralfbiedert / cheats.rs

Rust Language Cheat Sheet - https://cheats.rs
https://cheats.rs
4.09k stars 382 forks source link

Add missing `=> {}` in `match` arm examples #163

Closed rhysd closed 2 years ago

rhysd commented 2 years ago

I noticed => {} is missing in some match arm examples. This PR fixes them.

ralfbiedert commented 2 years ago

Thanks!