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

rustdoc: Show the correct source filename in page titles, without .html #78094

Merged
merged 2 commits into from
Oct 21, 2020

Commits on Oct 19, 2020

  1. rustdoc: Show the correct source filename, without .html

    Previously the title would be
    
        lib.rs.html -- source
    
    if `lib.rs` was the actual source filename. Now the title is
    
        lib.rs – source
    
    (note the en dash).
    camelid committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    48060f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Apply some review suggestions

    camelid committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    243c8e9 View commit details
    Browse the repository at this point in the history