Add rustfmt to tooling section

This commit is contained in:
Nico Burns 2022-11-09 14:14:10 +00:00
parent 310ef5e402
commit c27e7c5b33

View file

@ -14,6 +14,14 @@
"notes": "The official Rust linter."
}]
},
{
"name": "Code Formatting",
"recommendations": [{
"name": "rustfmt",
"link": "https://github.com/rust-lang/rustfmt#rustfmt----",
"notes": "The official Rust code formatter."
}]
},
{
"name": "Managing Dependencies",
"recommendations": [{