leanprover / elan

The Lean version manager
Apache License 2.0
316 stars 35 forks source link

fix build warnings #46

Closed lovettchris closed 2 years ago

lovettchris commented 3 years ago

there's a ton of them... like this:

warning: use of deprecated macro `try`: use the `?` operator instead
    --> src/elan-cli\self_update.rs:1172:22
     |
1172 |     let setup_path = try!(prepare_update());
     |                      ^^^
NicholasLYang commented 2 years ago

Should be fixed by #53 and #54

lovettchris commented 2 years ago

Thanks!