bors be7477381b Auto merge of #10357 - nindalf:doc_markdown_relax, r=llogiq
Stop doc_markdown requiring backticks on links to external websites

Fixes #10302

This lint currently checks that any link should be enclosed with `backticks` if the title looks like a lang item. This PR changes the lint to only run on internal links. External links, indicated by `http` or `https`, are skipped.

This PR also reorganises `pulldown_cmark` imports to bypass the clippy lint enforcing 100 line functions.

---

changelog: Stop doc_markdown requiring backticks on links to external websites
2023-02-16 17:09:18 +00:00
..
2023-02-01 22:51:02 +01:00
2023-02-01 22:51:02 +01:00
2023-02-16 13:05:33 +01:00
2023-01-30 10:10:52 -07:00
2023-02-10 19:02:39 +01:00
2023-02-07 15:39:19 +05:30