about summary refs log tree commit diff
path: root/src/test/rustdoc/primitive-generic-impl.rs
AgeCommit message (Collapse)AuthorLines
2021-11-28Remove unnecessary use of `include!` in rustdoc testNoah Lev-7/+0
Using `include!` shouldn't affect the test. It was only added because: > I replicated how it was performed in libstd. Since it's the main > target of this fix, I thought it was the best way. <https://github.com/rust-lang/rust/pull/52827/files#r207647331> But it's unnecessary and adds unnecessary indirection.
2021-11-28Fix warnings in rustdoc HTML testsNoah Lev-0/+2
Now that compiletest denies warnings in these tests, they need fixing!
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-1/+1
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-20add more tests for traits-in-non-module-scopeQuietMisdreavus-3/+0
2018-08-04Fix primitive blanket impls not showing upGuillaume Gomez-0/+18