]> git.lizzy.rs Git - rust.git/commitdiff
add myself to Cargo.toml authors
authorOliver Schneider <oli-obk@users.noreply.github.com>
Sat, 25 Jun 2016 13:05:29 +0000 (15:05 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Jun 2016 13:05:29 +0000 (15:05 +0200)
Cargo.toml

index e52342d3860d37ecdaabea7efc2e86d4815fc2fc..d3e67bdb7e1b5a0dd1a939e35517251421d442fc 100644 (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"