turn off doctests

Fixes bindgen errors due to invalid Rust comments imported from functions `ncmultiselector_options` and `ncselector_item`.

Related:
- https://github.com/rust-lang/rust-bindgen/issues/426
- https://github.com/rust-lang/rust-bindgen/issues/1749
pull/873/head
José Luis Cruz 4 years ago committed by GitHub
parent e9bf400a7e
commit 92350b4694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,3 +29,6 @@ pkg-config = "0.3.18"
[dev-dependencies]
serial_test = ">= 0.4.0"
serial_test_derive = ">= 0.4.0"
[lib]
doctest = false

Loading…
Cancel
Save