Skip to content

Commit e7591c1

Browse files
committed
Auto merge of #60946 - Xanewok:update-rls, r=oli-obk
Update RLS Includes a fix (rust-lang/rls#1462) for breakage due to Cargo update PR (#60874) r? @Manishearth @oli-obk @ehuss
2 parents ce41e48 + 8d41958 commit e7591c1

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Diff for: src/ci/docker/x86_64-gnu-tools/checkregression.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@
2121
state = cur[os_name]
2222
new_state = toolstate.get(tool, '')
2323
if verb == 'regressed':
24-
if tool == 'rls':
25-
# Temporary override until
26-
# https://github.com/rust-lang/rust/issues/60848 is fixed.
27-
updated = False
28-
else:
29-
updated = new_state < state
24+
updated = new_state < state
3025
elif verb == 'changed':
3126
updated = new_state != state
3227
else:

Diff for: src/tools/rls

Submodule rls updated from 5b8e99b to 9692ca8

0 commit comments

Comments
 (0)