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

Stabilize rustdoc::bare_urls lint #81764

Merged
merged 5 commits into from
Apr 8, 2021
Merged

Stabilize rustdoc::bare_urls lint #81764

merged 5 commits into from
Apr 8, 2021

Commits on Apr 5, 2021

  1. Stabilize non_autolinks lint

    jyn514 committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    fe1baa6 View commit details
    Browse the repository at this point in the history
  2. Remove 'unnecessary long for for link' warning

    This also makes the implementation slightly more efficient by only
    compiling the regex once.
    
    See rust-lang#81764 (comment)
    for why this was removed; essentially the benefit didn't seem great
    enough to deserve a lint.
    jyn514 committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    6f89468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef4e5b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d19083d View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Camelid <camelidcamel@gmail.com>
    Co-authored-by: Nemo157 <github@nemo157.com>
    3 people authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    ff245da View commit details
    Browse the repository at this point in the history