aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-03-24 08:54:30 +0000
committerGitHub <[email protected]>2020-03-24 08:54:30 +0000
commitc6db6e235219e364d38a31a720cbe3d75f5c8c15 (patch)
tree86d23f9b64f29567b21c251384d6f6be1d0548b7 /crates
parentd5f77f3b6db604191c8b6856279a7bb5e0390375 (diff)
parent4cee3e9f22a7d5845a97062fd1ab7a3e7119cb7f (diff)
parent4e43df26b2650cdef4178d2493e70c0ce946e39c (diff)
parentbe4977da7fa78ae386b595ef2227d034ebb3a7e5 (diff)
Merge #3696 #3698 #3703
3696: vscode: more type safety r=matklad a=Veetaha 3698: Consider references when applying postfix completions r=matklad a=SomeoneToIgnore Sometimes my RA debugging workflow breaks because `.dbg` is applied to the variable that is used later in the code. It's safer to consider the refences to avoid this for completions that may trigger the move. 3703: Don't try to enable proposed API's on stable r=matklad a=matklad bors r+ 🤖 Co-authored-by: veetaha <[email protected]> Co-authored-by: Kirill Bulatov <[email protected]> Co-authored-by: Aleksey Kladov <[email protected]>