summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust-bindgen-language.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/rust-bindgen-language.md')
-rw-r--r--docs/markdown/snippets/rust-bindgen-language.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/rust-bindgen-language.md b/docs/markdown/snippets/rust-bindgen-language.md
deleted file mode 100644
index edfb3bfb4..000000000
--- a/docs/markdown/snippets/rust-bindgen-language.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## Overriding bindgen language setting
-
-Even though Meson will now tell bindgen to do the right thing in most cases,
-there may still be cases where Meson does not have the intended behavior,
-specifically with headers with a `.h` suffix, but are C++ headers.