]> git.lizzy.rs Git - rust.git/commit
Merge #7684
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 15 Feb 2021 14:22:33 +0000 (14:22 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 14:22:33 +0000 (14:22 +0000)
commit3142814fe38c931d96588fc691142dbb8558a106
tree2d00b5047232afac8b8e1746f962c1dde7126b6c
parent7435b9e98c9280043605748c11a1f450669e04d6
parent66de90b85aa98b841874e95d6cc8bb6b84f43133
Merge #7684

7684: Actually fix runnable order r=lnicola a=ivan770

Changes
![image](https://user-images.githubusercontent.com/14003886/107956771-51a6b200-6fa8-11eb-91aa-f4190d6a8ccd.png)
to
![image](https://user-images.githubusercontent.com/14003886/107956926-903c6c80-6fa8-11eb-8fb9-8bf7bb1879ac.png)

Sorry for missing this one in original PR. This was an issue before https://github.com/rust-analyzer/rust-analyzer/pull/7596/commits/ee049b256a7718fb346a7172a34f0fc324b3269b, and I fixed it, yet *somehow* order got reversed (to a logical one)

Co-authored-by: ivan770 <leshenko.ivan770@gmail.com>