summary refs log tree commit diff
path: root/src/test/rustdoc/primitive/primitive-generic-impl.rs
AgeCommit message (Collapse)AuthorLines
2021-11-28Remove unnecessary use of `include!` in rustdoc testNoah Lev-1/+3
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/+4
Now that compiletest denies warnings in these tests, they need fixing!
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-04Fix primitive blanket impls not showing upGuillaume Gomez-0/+13