about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-16265-2.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-4/+0
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-1/+1
I think `@hasraw` is slightly clearer than `@hastext` since it is actually matching against the raw HTML, not the text nodes.
2022-08-13Update tests: arity-2 `@{has,matches}` -> `...text`Noah Lev-1/+1
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-2/+2
Change from syntaxy-looking [src] to the plain word "source".
2018-12-25Remove licensesMark Rousskov-11/+0
2015-04-07rustdoc: Only hide possibly private modulesAlex Crichton-0/+15
If an empty public module has no documentation, it shouldn't emit a page that's just a redirect loop to itself! Closes #16265