We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran across this in rustdoc, but I'm sure it's easy to reproduce in small codebases.
Pressing F12 on clean in https://github.com/rust-lang/rust/blob/9b2b02a840f358bcadef5c3ae861d2852da20b3d/src/librustdoc/clean/mod.rs#L1110 goes to https://github.com/rust-lang/rust/blob/9b2b02a840f358bcadef5c3ae861d2852da20b3d/src/librustdoc/clean/mod.rs#L54. It should instead go to https://github.com/rust-lang/rust/blob/9b2b02a840f358bcadef5c3ae861d2852da20b3d/src/librustdoc/clean/mod.rs#L889.
clean
The text was updated successfully, but these errors were encountered:
Github should really show the code preview across git repositories :/
Sorry, something went wrong.
Duplicate of #4558.
No branches or pull requests
I ran across this in rustdoc, but I'm sure it's easy to reproduce in small codebases.
Pressing F12 on
clean
in https://github.com/rust-lang/rust/blob/9b2b02a840f358bcadef5c3ae861d2852da20b3d/src/librustdoc/clean/mod.rs#L1110 goes to https://github.com/rust-lang/rust/blob/9b2b02a840f358bcadef5c3ae861d2852da20b3d/src/librustdoc/clean/mod.rs#L54. It should instead go to https://github.com/rust-lang/rust/blob/9b2b02a840f358bcadef5c3ae861d2852da20b3d/src/librustdoc/clean/mod.rs#L889.The text was updated successfully, but these errors were encountered: