rubyforgood / loudoun_codes

A ruby on rails app to replace the PCSquared application used for HSPC coding contests.
MIT License
3 stars 10 forks source link

Update Rust version to 1.26.0 #132

Closed danielpclark closed 6 years ago

danielpclark commented 6 years ago

Rust version 1.26.0 has a lot of game changing features including impl Trait and the huge benefit of not having to specify references when using matching. This will make development with Rust easier for those in the competition.