mirror of
https://github.com/htrefil/rkvm.git
synced 2024-11-16 07:47:24 +01:00
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:
parent
ec11f26c90
commit
9e1205b776
1 changed files with 3 additions and 0 deletions
|
@ -19,3 +19,6 @@ thiserror = "1.0.40"
|
|||
[build-dependencies]
|
||||
bindgen = "0.65.1"
|
||||
pkg-config = "0.3.19"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
|
Loading…
Reference in a new issue