summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_project_json.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-11-06 15:42:05 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-11-06 15:42:05 +0200
commitc1e9a0ea60780e14f3579f4a0b7ecb10145b8adb (patch)
tree978c153c843051f066ff17e6097ee40ff6482472 /docs/markdown/snippets/rust_project_json.md
parentfa86a9d96d67343d625b717224747df30e3f1b28 (diff)
downloadmeson-c1e9a0ea60780e14f3579f4a0b7ecb10145b8adb.tar.gz
Generate release notes for 0.64.
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.