Add clippy to tooling section

This commit is contained in:
Nico Burns 2022-11-09 14:04:49 +00:00
parent bf7ab35422
commit 870e69142a

View file

@ -6,6 +6,14 @@
"description": "Developer tools for working with Rust projects.",
"subgroups": [],
"purposes": [
{
"name": "Linting",
"recommendations": [{
"name": "clippy",
"link": "https://github.com/rust-lang/rust-clippy#usage",
"notes": "The official Rust linter."
}]
},
{
"name": "Managing Dependencies",
"recommendations": [{