Add note on Rust Analyzer's ability to expand macros directly in the editor. Closes #68

This commit is contained in:
Nico Burns 2023-02-28 12:23:23 +00:00
parent 87b2050b29
commit e304681fbe

View file

@ -97,6 +97,7 @@
},
{
"name": "Debugging Macros",
"notes": "<a href=\"https://github.com/rust-lang/rust-analyzer\">Rust Analyzer</a> also allows you to <a href=\"https://rust-analyzer.github.io/manual.html#expand-macro-recursively\">expand macros directly in your editor</a>",
"recommendations": [{
"name": "cargo-expand",
"link": "https://github.com/dtolnay/cargo-expand#cargo-expand",