Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/editor.md')
-rw-r--r--book/src/editor.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/book/src/editor.md b/book/src/editor.md
index 42d97fe6..b9192509 100644
--- a/book/src/editor.md
+++ b/book/src/editor.md
@@ -470,16 +470,6 @@ fn main() {
}
```
-
-The new diagnostic rendering is not yet enabled by default. As soon as end of line or inline diagnostics are enabled the old diagnostics rendering is automatically disabled. The recommended default setting are:
-
-```toml
-[editor]
-end-of-line-diagnostics = "hint"
-[editor.inline-diagnostics]
-cursor-line = "warning" # show warnings and errors on the cursorline inline
-```
-
### `[editor.word-completion]` Section
Options for controlling completion of words from open buffers.