mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
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
This commit is contained in:
parent
e9bf400a7e
commit
92350b4694
@ -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…
Reference in New Issue
Block a user