Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore doctests for unexported macros #1730

Merged
merged 1 commit into from
May 31, 2022

Commits on May 31, 2022

  1. 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.
    zombiepigdragon committed May 31, 2022
    Configuration menu
    Copy the full SHA
    0ac338b View commit details
    Browse the repository at this point in the history