summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust-bindgen-cpp.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/rust-bindgen-cpp.md')
-rw-r--r--docs/markdown/snippets/rust-bindgen-cpp.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/rust-bindgen-cpp.md b/docs/markdown/snippets/rust-bindgen-cpp.md
deleted file mode 100644
index bcb1feac2..000000000
--- a/docs/markdown/snippets/rust-bindgen-cpp.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Bindgen will now use Meson's heuristic for what is a C++ header
-
-Bindgen natively assumes that a file with the extension `.hpp` is a C++ header,
-but that everything else is a C header. Meson has a whole list of extensions it
-considers to be C++, and now will automatically look for those extensions and
-set bindgen to treat those as C++