seed-rs / seed-rs.org

Seed's official website
https://seed-rs.org/
Other
14 stars 40 forks source link

Fix typo in match expression. #81

Closed jimmantooth closed 3 years ago

MartinKavik commented 4 years ago

Please rebase on the current master and force-push. This PR was failing because Rust 1.46 has been recently released and the code in this repo hasn't been adapted to it yet - I've fixed it in https://github.com/seed-rs/seed-rs.org/pull/82.

To make sure all linters are ok with your code, run:

$ cd crate
$ cargo make verify

(And I assume you have Rust 1.46 ($ rustc -V => $ rustup update).

Thanks!

MartinKavik commented 3 years ago

Will be fixed in another PR.