seed-rs / seed-rs.org

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

Fix typo #114

Closed d2weber closed 3 years ago

MartinKavik commented 3 years ago

Thanks for the PR! Please fix the clippy errors and I'll merge it. (Clippy errors are caused by a new Rust version)

MartinKavik commented 3 years ago

Note: You can lint the code (simulate CI pipeline) by running cargo make verify in the crate folder (if I remember the command correctly). You only need the latest stable Rust.

d2weber commented 3 years ago

Note: You can lint the code (simulate CI pipeline) by running cargo make verify in the crate folder (if I remember the command correctly). You only need the latest stable Rust.

Yes thank you. Currently I'm on the phone because I hoped to make the change to the docs without compiling locally, but.. apearantly I would be faster compiling (or verifying) lokally. I will do it hopefully this evening.

By the way, I really like the ideas of seed and what I've seen so far looks very promising. Thank you for that awesome project.

MartinKavik commented 3 years ago

Tests passed, merging, thanks!

By the way, I really like the ideas of seed and what I've seen so far looks very promising. Thank you for that awesome project.

Thank you! Btw I work also on another framework: moonzoon.rs

d2weber commented 3 years ago

I will definitely have look at moonzoon.