rust-analyzer/crates
bors 0218aeba7a Auto merge of #12150 - rainy-me:feat/fix-doc-url-links, r=rainy-me
fix: doc url link type

fix: #12033

I did some debugging and found the cause looks like to be some doc links' `LinkType` are kept as `Shortcut` which don't make sense for url links.
This PR should resolve both problems in the origin issue, but aside this PR, more work are needed for doc_links.

about `LinkType`: f29bd1e228/src/lib.rs (L191-L210)
2022-05-05 04:54:12 +00:00
..
base-db style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
cfg minor: Bump dependencies 2022-03-22 17:42:24 +01:00
flycheck internal: Show more project building errors to the user 2022-04-14 11:31:01 +02:00
hir Auto merge of #12150 - rainy-me:feat/fix-doc-url-links, r=rainy-me 2022-05-05 04:54:12 +00:00
hir-def fix: add docs and remove unnecessary check 2022-05-05 13:41:33 +09:00
hir-expand style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
hir-ty 'inference': collect RPIT obligations 2022-05-03 15:59:12 +05:00
ide fix: add docs and remove unnecessary check 2022-05-05 13:41:33 +09:00
ide-assists Remove "Sort methods by trait definition" assist 2022-05-04 00:59:23 +04:00
ide-completion feat: provide self in record literal completion 2022-05-01 21:01:28 +09:00
ide-db style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
ide-diagnostics improve the default constructor mode when filling fields 2022-05-04 09:45:12 +02:00
ide-ssr style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
limit Use compare_exchange_weak in limit::Limit::check 2022-01-28 18:19:35 +03:00
mbe style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
parser Add a Converter type for token conversion 2022-05-02 17:47:12 +02:00
paths Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
proc-macro-api style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
proc-macro-srv style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
proc-macro-test delete a generated swap file 2022-05-01 10:48:58 +00:00
profile minor: Bump dependencies 2022-03-22 17:42:24 +01:00
project-model style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
rust-analyzer Auto merge of #12093 - nico-abram:uwu, r=Veykril 2022-05-02 12:21:42 +00:00
sourcegen Bump xshell and fix dist 2022-03-17 08:53:33 +02:00
stdx minor: Bump dependencies 2022-03-22 17:42:24 +01:00
syntax improve the default constructor mode when filling fields 2022-05-04 09:45:12 +02:00
test-utils style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
text-edit style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
toolchain Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
tt minor: Bump dependencies 2022-03-22 17:42:24 +01:00
vfs minor: Bump dependencies 2022-03-22 17:42:24 +01:00
vfs-notify minor: Bump dependencies 2022-03-22 17:42:24 +01:00