From bf4c4294bf344c560115fb0a0112ee4d822dccd0 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Sat, 25 Jun 2016 15:05:29 +0200 Subject: [PATCH] add myself to Cargo.toml authors --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e52342d3860..d3e67bdb7e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,8 @@ authors = [ "Manish Goregaokar ", "Andre Bogus ", "Georg Brandl ", - "Martin Carton " + "Martin Carton ", + "Oliver Schneider " ] description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/Manishearth/rust-clippy" -- 2.44.0