bors[bot] 2fb6f5e46a
Merge #11218
11218: fix: Correct has_ref detection, avoiding duplicate &mut insertion on parameter completion r=Veykril a=weirane

The original code fails to detect there's a ref in scenarios such as `&mut s` and `& s` because `WHITESPACE` and `IDENT` got reversed.

Closes #11199.

Co-authored-by: Wang Ruochen <wrc@ruo-chen.wang>
2022-01-06 23:17:51 +00:00
..
2021-12-20 16:50:35 +00:00
2022-01-02 19:03:38 +03:00
2022-01-05 10:19:10 -05:00
2022-01-06 23:17:51 +00:00
2021-12-20 13:45:35 +00:00
2021-12-28 19:17:34 +03:00
2022-01-03 16:27:16 +03:00
2022-01-02 18:50:32 +03:00
2021-12-20 13:45:35 +00:00
2022-01-02 19:05:37 +03:00
2022-01-06 12:55:33 +01:00