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

Use the correct file/line for doctests on both inner and outer attributes #79770

Closed
wants to merge 1 commit into from

Commits on Dec 6, 2020

  1. Use the correct file/line for doctests from split mod comment

    When adding two separate doc comments to a `mod`, one item-level doc
    for the `mod` statement, and one file-level doc for the module file,
    doctests that are defined in the module file get the wrong filename/line
    assigned to them.
    Swatinem committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    8fd9353 View commit details
    Browse the repository at this point in the history