cgag / loc

Count lines of code quickly.
MIT License
2.31k stars 126 forks source link

Removed unused crate `errno`. #36

Closed nathansizemore closed 7 years ago

nathansizemore commented 7 years ago

Was going to swap it out for std::io::Error::from_raw_os_error() but noticed it was just being downloaded and never used anywhere :)

nathansizemore commented 7 years ago

FYI - travis errors are to do with nightly being installed, not this pr.

cgag commented 7 years ago

Woops. Good catch. Sorry for the crazy delay.