Merge pull request #1038 from Manishearth/oli-obk-patch-2

add myself to Cargo.toml authors
This commit is contained in:
Manish Goregaokar 2016-06-25 18:46:29 +05:30 committed by GitHub
commit e25d732750

View file

@ -5,7 +5,8 @@ authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
"Georg Brandl <georg@python.org>",
"Martin Carton <cartonmartin@gmail.com>"
"Martin Carton <cartonmartin@gmail.com>",
"Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
]
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/Manishearth/rust-clippy"