docs: fix some release notes snippet typos

commit 6a8330af598753d5982a37933beeac2d6b565386: hpp was clearly meant
and used several times, just not in the release notes themelves.

commit a75ced6d50a3d479eda6dcdc9c3482493f2161f0: C/C++ "what"? We
mention the std in the commit, but not in the text of the release notes.
pull/12905/head
Eli Schwartz 11 months ago
parent df2dbd06cf
commit 42944f72a4
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      docs/markdown/snippets/rust-bindgen-cpp.md
  2. 2
      docs/markdown/snippets/rust-bindgen-std.md

@ -1,6 +1,6 @@
## Bindgen will now use Meson's hueristic for what is a C++ header
Bindgen natively assumes that a file with the extension `.cpp` 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++

@ -1,3 +1,3 @@
## Bindgen now uses the same C/C++ as the project as a whole
## Bindgen now uses the same C/C++ std as the project as a whole
Which is very important for C++ bindings.

Loading…
Cancel
Save