diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-27 13:34:03 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-27 13:34:03 +0100 |
commit | 3c5112b079211640ed865ed1d26d8cd2f041c8c4 (patch) | |
tree | 0309671779464f5e70ef768223ceeda76b823e9b /crates/ra_ide/src/completion/complete_unqualified_path.rs | |
parent | b65d6471ca809b567b6045f987ae1bdee2849423 (diff) | |
parent | 3c749b6224282e18db264b1e2e6f19f14b5c0a26 (diff) | |
parent | 36f97d39a461ae52489428867704590b78cd3257 (diff) |
Merge #4625 #4629
4625: Partially fix displaying inlay hints in Github PR diff views r=matklad a=Veetaha
See the comment in https://github.com/rust-analyzer/rust-analyzer/issues/4608#issuecomment-63424257
It partially fixes the left side of diff view (the one where old code is displayed), but the diff editor with new code changes still has `file` scheme and will proceed displaying inlay hints...
4629: Fix the `should_panic` snippet r=matklad a=eminence
Closes #4628
Co-authored-by: veetaha <[email protected]>
Co-authored-by: Andrew Chin <[email protected]>