mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
![bors[bot]](/assets/img/avatar_default.png)
11538: feat: Make private editable completions configurable, disable by default r=Veykril a=Veykril Fixes https://github.com/rust-analyzer/rust-analyzer/issues/10253 Fixes https://github.com/rust-analyzer/rust-analyzer/issues/9885 This does disable these completions by default, as it seems that people find this behaviour surprising(due to other IDEs usually not doing this). Co-authored-by: Lukas Wirth <lukastw97@gmail.com>