Auto merge of #60946 - Xanewok:update-rls, r=oli-obk

Update RLS

Includes a fix (https://github.com/rust-lang/rls/pull/1462) for breakage due to Cargo update PR (https://github.com/rust-lang/rust/pull/60874)

r? @Manishearth @oli-obk @ehuss
This commit is contained in:
bors 2019-05-19 11:51:34 +00:00
commit e7591c1ae5
2 changed files with 2 additions and 7 deletions

View file

@ -21,12 +21,7 @@ if __name__ == '__main__':
state = cur[os_name]
new_state = toolstate.get(tool, '')
if verb == 'regressed':
if tool == 'rls':
# Temporary override until
# https://github.com/rust-lang/rust/issues/60848 is fixed.
updated = False
else:
updated = new_state < state
updated = new_state < state
elif verb == 'changed':
updated = new_state != state
else:

@ -1 +1 @@
Subproject commit 5b8e99bb61958ca8abcb7c5eda70521726be1065
Subproject commit 9692ca8fd82a8f96a4113dc4b88c1fb1d79c1c60