diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-25 10:11:26 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-25 10:11:26 +0100 |
commit | 96cbad9fb5a67dd6cd83fe217716d932300122b5 (patch) | |
tree | b62378abb477d2cdfedf462c1b25b6d9fecc9f75 /xtask/tests | |
parent | b4bc34649857cfcf7fcb39b9af02342fb7b8c89e (diff) | |
parent | b835f06cecd2189cb32a431fdb85245fbf53032a (diff) |
Merge #4873
4873: Resolve links in hover documentation r=matklad a=zacps
This PR resolves links in hover documentation. Both the upcoming intra-doc-links style and the old "path-based" style.
## Todo
* [x] More tests
* [ ] Benchmark (Is there an easy way to benchmark this?)
* [x] ~~Resolve issues with the markdown parser/get rid of it~~ Migrate to `pulldown_cmark_to_cmark`
* [x] Reorganise code (Tips appreciated)
---
Fixes #503
Co-authored-by: Zac Pullar-Strecker <[email protected]>
Diffstat (limited to 'xtask/tests')
-rw-r--r-- | xtask/tests/tidy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index 4fdff62ee..3b1408222 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -68,6 +68,7 @@ See https://github.com/rust-lang/rust-clippy/issues/5537 for discussion. | |||
68 | fn check_licenses() { | 68 | fn check_licenses() { |
69 | let expected = " | 69 | let expected = " |
70 | 0BSD OR MIT OR Apache-2.0 | 70 | 0BSD OR MIT OR Apache-2.0 |
71 | Apache-2.0 | ||
71 | Apache-2.0 OR BSL-1.0 | 72 | Apache-2.0 OR BSL-1.0 |
72 | Apache-2.0 OR MIT | 73 | Apache-2.0 OR MIT |
73 | Apache-2.0/MIT | 74 | Apache-2.0/MIT |