Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pinned
145 contributions in the last year
Contribution activity
April 2019
joshlf has no activity
yet for this period.
March 2019
- joshlf/image Rust
Created a pull request in PistonDevelopers/image that received 24 comments
Created an issue in rust-lang/rust-clippy that received 10 comments
get_unwrap is questionable advice
The get_unwrap lint suggests replacing x.get(y).unwrap() with x[y]. IMO, this is bad advice because the former syntax makes it clear that there's a…
10
comments