16 Commits (master)
 

Author SHA1 Message Date
Jim Blandy 1bd7691d47
Merge pull request #1 from carols10cents/updates
Make a few modernizations to spruce the project up a bit :)
3 years ago
Carol (Nichols || Goulding) ce5702f2ce
Remove `extern crate`s
That are no longer needed in 2018 edition Rust.
4 years ago
Carol (Nichols || Goulding) 9bf880ad96
Update to edition 2018 4 years ago
Carol (Nichols || Goulding) ddc46c90b0
Rename the `try` variable to `r#try`
This was changed automatically with `cargo fix --edition`.

I could also see this being renamed to something else.
4 years ago
Carol (Nichols || Goulding) 8c55dd6a15
Start `use` paths to local modules with `crate::`
This was changed automatically with `cargo fix --edition`.
4 years ago
Carol (Nichols || Goulding) 2172fe7861
Remove use of deprecated function `Error::description` 4 years ago
Jim Blandy 71b3c9f9fa Cargo.lock noise changes. 5 years ago
Jim Blandy fecdce2521 Merge branch 'master' of github.com:ProgrammingRust/fingertips 6 years ago
Jim Blandy bd98fb7c52 Add MIT license. 6 years ago
Jason Orendorff 80dfdc559c Silence a warning about a variable not needing to be `mut`. 7 years ago
Jason Orendorff 4172b8dc14 More comments. 7 years ago
Jason Orendorff 2bba0ca4c8 More comments. 7 years ago
Jason Orendorff 470ffe448d A few more comments. 7 years ago
Jason Orendorff 0546b29437 Remove a line with just spaces on it. 7 years ago
Jason Orendorff e24ff549a6 fingertips: Comments. 7 years ago
Jason Orendorff dcbebecb72 Initial commit. 7 years ago