Merge branch 'master' of github.com:Manishearth/rust-clippy

This commit is contained in:
Manish Goregaokar 2014-11-19 13:28:25 +05:30
commit 6db0039e90
2 changed files with 15 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# Generated by Cargo
/target/

4
README.md Normal file
View File

@ -0,0 +1,4 @@
rust-clippy
===========
A collection of lints that give helpful tips to newbies.