From d6f4e6b9507b2cff0c4496f9d99e69c7ccecad3c Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Mon, 26 Sep 2022 16:00:00 +0000 Subject: [PATCH] plugins/rust-analyzer: proc macro support is no longer experimental It hasn't been experimental for quite a while. --- src/plugins/rust-analyzer/tweaks.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/rust-analyzer/tweaks.ui b/src/plugins/rust-analyzer/tweaks.ui index 4781a5588..2e0e44440 100644 --- a/src/plugins/rust-analyzer/tweaks.ui +++ b/src/plugins/rust-analyzer/tweaks.ui @@ -46,7 +46,7 @@ Proc Macros - Enables the experimental Proc Macros feature of rust-analyzer + Enables the Proc Macros feature of rust-analyzer 'procMacro.enable' -- GitLab