-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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: include link on all.html location header #108686
Conversation
r? @jsha (rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
f8b0a76
to
74e396d
Compare
Nice catch. Generally looks good, just two questions:
|
|
74e396d
to
85cad6d
Compare
@jsha Okay, it's been switched to |
This avoids a subtle layout shift when switching from the crate page to all items.
85cad6d
to
af664be
Compare
@bors r+ rollup /cc @clubby789 FYI this will introduce a small merge conflict for #108784. Although I suspect #108784 also happens to fix this by making the |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#108686 (rustdoc: include link on all.html location header) - rust-lang#108846 (StableMIR: Proof-of-concept implementation + test ) - rust-lang#108873 (Simplify `sort_by` calls) - rust-lang#108883 (Suppress copy impl error when post-normalized type references errors) - rust-lang#108884 (Tweak illegal `Copy` impl message) - rust-lang#108887 (Rename `MapInPlace` as `FlatMapInPlace`.) - rust-lang#108901 (fix: evaluate with wrong obligation stack) - rust-lang#108903 (Move Clippy tests back to their intended directory) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This avoids a subtle layout shift when switching from the crate page to all items.
Before
After