rust/crates
bors eb3963b22e Auto merge of #13817 - WaffleLapkin:hide_adjustment_hints_outside_of_unsafe, r=Veykril
feat: Add an option to hide adjustment hints outside of `unsafe` blocks and functions

As the title suggests: this PR adds an option (namely `rust-analyzer.inlayHints.expressionAdjustmentHints.hideOutsideUnsafe`) that allows to hide adjustment hints outside of `unsafe` blocks and functions:

![2022-12-21_23-11](https://user-images.githubusercontent.com/38225716/208986376-d607de62-8290-4e16-b7fe-15b762dc5f60.png)

Requested by `@BoxyUwU` <3
2022-12-22 09:37:00 +00:00
..
base-db Fix tests not using appropriate target data 2022-12-21 20:23:43 +01:00
cfg
flycheck Properly implement Drop for JodGroupChild 2022-11-24 21:30:15 +01:00
hir Auto merge of #13817 - WaffleLapkin:hide_adjustment_hints_outside_of_unsafe, r=Veykril 2022-12-22 09:37:00 +00:00
hir-def Auto merge of #13818 - Veykril:layout, r=Veykril 2022-12-21 20:38:57 +00:00
hir-expand Compute data layout of types 2022-12-04 00:29:34 +03:30
hir-ty Auto merge of #13699 - HKalbasi:inlaylink, r=Veykril 2022-12-21 21:43:38 +00:00
ide Auto merge of #13817 - WaffleLapkin:hide_adjustment_hints_outside_of_unsafe, r=Veykril 2022-12-22 09:37:00 +00:00
ide-assists Fix "needs parens" check in remove_parentheses assist 2022-12-13 00:06:00 +00:00
ide-completion pass snippet_cap to format_literal_label, return early if None 2022-12-20 11:27:19 -05:00
ide-db Encode the variants of HirFileId in a u32 with MSB as the tag 2022-11-25 23:28:35 +01:00
ide-diagnostics
ide-ssr
limit
mbe fix: don't let mbe expr fragments match let exprs and inline consts 2022-12-20 20:31:47 +09:00
parser Reset parser step count when bumping 2022-12-19 16:27:00 +01:00
paths
proc-macro-api
proc-macro-srv Handle raw identifiers in proc macro server 2022-12-04 00:26:05 +09:00
proc-macro-srv-cli
proc-macro-test
profile
project-model Fix tests not using appropriate target data 2022-12-21 20:23:43 +01:00
rust-analyzer Auto merge of #13817 - WaffleLapkin:hide_adjustment_hints_outside_of_unsafe, r=Veykril 2022-12-22 09:37:00 +00:00
sourcegen
stdx
syntax Don't panic in Expr::needs_parens_in 2022-12-20 15:16:26 +00:00
test-utils Fix tests not using appropriate target data 2022-12-21 20:23:43 +01:00
text-edit
toolchain
tt Handle raw identifiers in proc macro server 2022-12-04 00:26:05 +09:00
vfs
vfs-notify