Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore doctests for unexported macros
Due to rust-lang/rust#97030, cargo test will fail to doctest macros unless they are exported, breaking the examples for libc_bitflags! and libc_enum!. Adds `ignore` to the examples for these macros to stop tests from failing.
- Loading branch information