11 Commits (master)

Author SHA1 Message Date
Carol (Nichols || Goulding) ce5702f2ce
Remove `extern crate`s
That are no longer needed in 2018 edition Rust.
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
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