summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_project_json.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/rust_project_json.md')
-rw-r--r--docs/markdown/snippets/rust_project_json.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/rust_project_json.md b/docs/markdown/snippets/rust_project_json.md
deleted file mode 100644
index e87a7db33..000000000
--- a/docs/markdown/snippets/rust_project_json.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## Generates rust-project.json when there are Rust targets
-
-This is a format similar to compile_commands.json, but specifically used by the
-official rust LSP, rust-analyzer. It is generated automatically if there are
-Rust targets, and is placed in the build directory.