add myself to Cargo.toml authors

This commit is contained in:
Oliver Schneider 2016-06-25 15:05:29 +02:00 committed by GitHub
parent 22cc9b05f5
commit bf4c4294bf

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"