diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2021-09-27 18:11:31 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2021-09-27 18:11:31 +0300 |
| commit | 81891f7abecbcdd8d97bf878dd1dbce595755d6a (patch) | |
| tree | f5f0f6ed2da97791f7c708642dedffcb019d41c4 /docs/user | |
| parent | 009e6ceb1ddcd27a9ced3bcb7d0ef823379185a1 (diff) | |
| download | rust-81891f7abecbcdd8d97bf878dd1dbce595755d6a.tar.gz rust-81891f7abecbcdd8d97bf878dd1dbce595755d6a.zip | |
Enable attribute proc macros by default
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/generated_config.adoc | 2 |
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. |
