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

Rollup of 11 pull requests #103374

Closed
wants to merge 24 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a5e116e
`order_dependent_trait_objects` to `ReportNow`
lcnr Oct 3, 2022
eb68e27
fix rust-lang#101880: suggest let for assignment, and some code refactor
chenyukang Sep 16, 2022
6e21b7a
Do not suggest trivially false const predicates
compiler-errors Oct 20, 2022
cc6ad45
replaced wrong test with the correct mcve
SarthakSingh31 Oct 21, 2022
62a2a1d
fix some typos
Rageking8 Oct 21, 2022
3ff0a33
WinConsole::new is not actually fallible
RalfJung Oct 21, 2022
353ef69
add test for issue 97607
Rageking8 Oct 21, 2022
349ba6b
Remove needless special cases and dead code
oli-obk Oct 21, 2022
d6cf893
Require Drop impls to have the same constness on its bounds as the bo…
oli-obk Oct 21, 2022
e97d295
Remove incorrect comment in `Vec::drain`
WaffleLapkin Oct 21, 2022
0dbf233
rustdoc: merge identical CSS blocks
notriddle Oct 21, 2022
526c1d3
rustdoc: prevent method summary margin from being applied to docblocks
notriddle Oct 21, 2022
1adb4c3
rustdoc: remove unused CSS `.out-of-band { font-weight: normal }`
notriddle Oct 21, 2022
b22480f
Rollup merge of #101908 - chenyukang:fix-101880, r=estebank
notriddle Oct 21, 2022
e1a522b
Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726
notriddle Oct 21, 2022
1c4dae5
Rollup merge of #103328 - compiler-errors:trivial-false-const-sugg, r…
notriddle Oct 21, 2022
fd7759d
Rollup merge of #103335 - SarthakSingh31:issue-89008, r=jackh726
notriddle Oct 21, 2022
a4eabab
Rollup merge of #103339 - Rageking8:fix-some-typos, r=fee1-dead
notriddle Oct 21, 2022
9fcbde8
Rollup merge of #103340 - RalfJung:winconsole, r=thomcc
notriddle Oct 21, 2022
f9b319f
Rollup merge of #103341 - Rageking8:add-test-for-issue-97607, r=compi…
notriddle Oct 21, 2022
f60a29a
Rollup merge of #103351 - oli-obk:tilde_const_impls, r=fee1-dead
notriddle Oct 21, 2022
3ac87dd
Rollup merge of #103359 - WaffleLapkin:drain_no_mut_qqq, r=scottmcm
notriddle Oct 21, 2022
507c213
Rollup merge of #103364 - notriddle:notriddle/toggles, r=jsha
notriddle Oct 21, 2022
0d4a0df
Rollup merge of #103370 - notriddle:notriddle/out-of-band, r=Guillaum…
notriddle Oct 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ pre.example-line-numbers {
.out-of-band {
flex-grow: 0;
font-size: 1.125rem;
font-weight: normal;
}

.docblock code, .docblock-short code,
Expand Down