mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Add @mcarton as owner
This commit is contained in:
parent
8517ca5010
commit
17b7b413f7
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.38"
|
||||
version = "0.0.39"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"Andre Bogus <bogusandre@gmail.com>",
|
||||
"Georg Brandl <georg@python.org>"
|
||||
"Georg Brandl <georg@python.org>",
|
||||
"Martin Carton <cartonmartin@gmail.com>"
|
||||
]
|
||||
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
||||
repository = "https://github.com/Manishearth/rust-clippy"
|
||||
|
|
Loading…
Reference in a new issue