Merge pull request #209 from Manishearth/where_credit_is_due

give credit where credit is due
This commit is contained in:
Manish Goregaokar 2015-08-20 12:31:05 +05:30
commit c91857c62d

View File

@ -3,7 +3,8 @@ name = "clippy"
version = "0.0.11"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>"
"Andre Bogus <bogusandre@gmail.com>",
"Georg Brandl <georg@python.org>"
]
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/Manishearth/rust-clippy"