Workaround bindgen comment rusting bug

Currently the tests wont run on x86_64-linux on my machine
due to a CXX comment being parsed by rustc due to improper conversion.

See more:
https://users.rust-lang.org/t/disable-doc-tests-for-bindgen-module/54639/2
This commit is contained in:
ckie 2023-07-09 00:58:06 +03:00
parent ec11f26c90
commit 9e1205b776
No known key found for this signature in database
GPG key ID: 13E79449C0525215

View file

@ -19,3 +19,6 @@ thiserror = "1.0.40"
[build-dependencies]
bindgen = "0.65.1"
pkg-config = "0.3.19"
[lib]
doctest = false