about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/bare-urls.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-143/+0
2022-10-01bless rustdoc-uiMaybe Waffle-1/+1
2021-04-12Add explanatory note to `bare_urls` lintCamelid-0/+33
I think the lint is confusing otherwise since it doesn't fully explain what the problem is.
2021-04-10Run rustfix for `bare-urls` testCamelid-18/+18
This will help us ensure that it emits valid suggestions.
2021-04-10Rename `url-improvements` test to `bare-urls`Camelid-0/+110
The lint used to be called `non-autolinks`, and linted more than just bare URLs. Now, it is called `bare-urls` and only lints against bare URLs. So, `bare-urls` is a better name for the test.