about summary refs log tree commit diff
path: root/docs/user
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2021-09-27 18:11:31 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2021-09-27 18:11:31 +0300
commit81891f7abecbcdd8d97bf878dd1dbce595755d6a (patch)
treef5f0f6ed2da97791f7c708642dedffcb019d41c4 /docs/user
parent009e6ceb1ddcd27a9ced3bcb7d0ef823379185a1 (diff)
downloadrust-81891f7abecbcdd8d97bf878dd1dbce595755d6a.tar.gz
rust-81891f7abecbcdd8d97bf878dd1dbce595755d6a.zip
Enable attribute proc macros by default
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/generated_config.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc
index 5e7b7222262..768216fed95 100644
--- a/docs/user/generated_config.adoc
+++ b/docs/user/generated_config.adoc
@@ -191,7 +191,7 @@ List of warnings that should be displayed with info severity.
 The warnings will be indicated by a blue squiggly underline in code
 and a blue icon in the `Problems Panel`.
 --
-[[rust-analyzer.experimental.procAttrMacros]]rust-analyzer.experimental.procAttrMacros (default: `false`)::
+[[rust-analyzer.experimental.procAttrMacros]]rust-analyzer.experimental.procAttrMacros (default: `true`)::
 +
 --
 Expand attribute macros.