summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust-bindgen-language.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2024-03-13 21:20:29 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2024-03-13 21:44:41 +0200
commit0b7b4a3d9e41901b000074e903ad0bb8a299785c (patch)
treee93cccfb57e7ba4c0b07bcbe6048a4e117511e14 /docs/markdown/snippets/rust-bindgen-language.md
parent675b47b0692131fae974298829ba807d730ab098 (diff)
downloadmeson-0b7b4a3d9e41901b000074e903ad0bb8a299785c.tar.gz
Generate relnotes for 1.4.0.
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.