Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/configuration_generated.md')
-rw-r--r--docs/book/src/configuration_generated.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/book/src/configuration_generated.md b/docs/book/src/configuration_generated.md
index 7bbb9e0258..76b626b09f 100644
--- a/docs/book/src/configuration_generated.md
+++ b/docs/book/src/configuration_generated.md
@@ -446,9 +446,12 @@ verbose form `{ "path": "path::to::item", type: "always" }`.
For traits the type "methods" can be used to only exclude the methods but not the trait
itself.
-For modules the type "subItems" can be used to only exclude the all items in it but not the module
+For modules the type "sub_items" can be used to only exclude the all items in it but not the module
itself. This does not include items defined in nested modules.
+For enums the type "variants" can be used to only exclude the all variants in it but not the enum
+itself.
+
This setting also inherits `#rust-analyzer.completion.excludeTraits#`.