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

Make entire valid::handles module dependent on "validate" feature. #2479

Closed
wants to merge 1 commit into from

Commits on Sep 15, 2023

  1. Make entire valid::handles module dependent on "validate" feature.

    Rather than having `#[cfg(feature = "validate")]` attributes on almost
    every definition in `src/valid/handles.rs`, move the definitions we
    need unconditionally out of the module, and just put the whole module
    under a `#[cfg]`.
    jimblandy committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    38234db View commit details
    Browse the repository at this point in the history