clippy 0.0.157

A bunch of helpful lints to avoid common pitfalls in Rust
# Used by Travis to be able to push:
/.github/deploy_key
out

# Compiled files
*.o
*.so
*.rlib
*.dll
*.pyc

# Executables
*.exe

# Generated by Cargo
/target/
/clippy_lints/target/

# We don't pin yet
Cargo.lock

# Generated by dogfood
/target_recur/

# gh pages docs
util/gh-pages/lints.json

# rustfmt backups
*.rs.bk

helper.txt

.vscode