mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Reverse RLS toolstate check override
As per https://github.com/rust-lang/rust/pull/60946#issuecomment-493707005
This commit is contained in:
parent
1c939a3e55
commit
8d419588f1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user