issues
search
rgardner
/
bsh-rs
Bash-like shell (builtins, job control, piping) written in Rust
Apache License 2.0
4
stars
0
forks
source link
Make working with clippy easier
#9
Closed
rgardner
closed
7 years ago
rgardner
commented
7 years ago
This change:
adds clippy linting to travis ci
adds a pre-commit hook for rustfmt and clippy
fixes various clippy warnings (mostly const implies static)
This change: