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: upgrade to new nightly #4268

Merged
merged 2 commits into from
Nov 23, 2021
Merged

ci: upgrade to new nightly #4268

merged 2 commits into from
Nov 23, 2021

Commits on Nov 23, 2021

  1. ci: upgrade to new nightly

    taiki-e committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e5b7ec9 View commit details
    Browse the repository at this point in the history
  2. remove deny(rustdoc::broken_intra_doc_links)

    As of the latest nightly, this is a warning by default and we deny doc warnings
    on CI.
    
    Refs: https://doc.rust-lang.org/rustdoc/lints.html#broken_intra_doc_links
    taiki-e committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    8b7933e View commit details
    Browse the repository at this point in the history