Remove creator property from rust-clippy

This is owned by @josepalafox's BD team in GitHub.
This commit is contained in:
Bishal Prasad
2022-04-12 10:27:04 +05:30
committed by GitHub
parent 66f87f9dfe
commit 94d3aff4c6
@@ -1,10 +1,9 @@
{ {
"name": "rust-clippy", "name": "rust-clippy",
"creator": "Rust",
"description": "A collection of lints to catch common mistakes and improve your Rust code.", "description": "A collection of lints to catch common mistakes and improve your Rust code.",
"iconName": "rust", "iconName": "rust",
"categories": [ "categories": [
"Code Scanning", "Code Scanning",
"rust" "rust"
] ]
} }