From 17b7b413f7e89be6879ea99c3aefc76c41416e87 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 13 Feb 2016 02:59:39 +0530 Subject: [PATCH] Add @mcarton as owner --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c4479e15d47d..ba1198b9d88e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "clippy" -version = "0.0.38" +version = "0.0.39" authors = [ "Manish Goregaokar ", "Andre Bogus ", - "Georg Brandl " + "Georg Brandl ", + "Martin Carton " ] description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/Manishearth/rust-clippy"