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

ci: Disallow warnings in rustdoc and test private items #2341

Merged
merged 2 commits into from
Jun 17, 2022

Commits on Jun 16, 2022

  1. ci: Disallow warnings in rustdoc and test private items

    Make sure `cargo doc` runs cleanly without any warnings in the CI - some
    recently introduced but still allowing a PR to get merged.
    
    In case someone wishes to add docs on private items, make sure those
    adhere to the same standards.
    MarijnS95 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    81382fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a2d99f View commit details
    Browse the repository at this point in the history