about summary refs log tree commit diff
path: root/docs/dev/architecture.md
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2021-05-30 16:41:33 +0200
committerLukas Wirth <lukastw97@gmail.com>2021-05-31 15:14:56 +0200
commitfb7105a5801ab1d0ede830cd53bbc3ccbf0b5e2c (patch)
tree958c7a8548dcc6cfce25ace53476183d73b1460d /docs/dev/architecture.md
parent4507382f2e66cd0e6498228bfdffb16769063b0f (diff)
downloadrust-fb7105a5801ab1d0ede830cd53bbc3ccbf0b5e2c.tar.gz
rust-fb7105a5801ab1d0ede830cd53bbc3ccbf0b5e2c.zip
Add config setting for self-on-the-fly
Diffstat (limited to 'docs/dev/architecture.md')
-rw-r--r--docs/dev/architecture.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index 39edf9e19c6..2624069a5cc 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -447,3 +447,8 @@ This is cheap enough to enable in production.
 
 Similarly, we save live object counting (`RA_COUNT=1`).
 It is not cheap enough to enable in prod, and this is a bug which should be fixed.
+
+### Configurability
+
+rust-analyzer strives to be as configurable as possible while offering reasonable defaults where no configuration exists yet.
+There will always be features that some people find more annoying than helpful, so giving the users the ability to tweak or disable these is a big part of offering a good user experience.