Skip to content

Commit

Permalink
turn off doctests
Browse files Browse the repository at this point in the history
Fixes bindgen errors due to invalid Rust comments imported from functions `ncmultiselector_options` and `ncselector_item`.

Related:
- rust-lang/rust-bindgen#426
- rust-lang/rust-bindgen#1749
  • Loading branch information
joseluis committed Aug 9, 2020
1 parent e9bf400 commit 92350b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/libnotcurses-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 92350b4

Please sign in to comment.