htrefil / rkvm

Virtual KVM switch for Linux machines
MIT License
415 stars 51 forks source link

Workaround bindgen comment rusting bug #39

Closed ckiee closed 1 year ago

ckiee commented 1 year ago

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

htrefil commented 1 year ago

Great find, thank you.