about summary refs log tree commit diff
path: root/src/tools/clippy
blob: c63b6349b44019146cc2edcef8141692891b9401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tree cb1a9c05a0521e08fd462f1a5e046d1f8ca1a6ae
parent 05467abd2481a2d2437c77bc988735e8f4f610f9
parent 8ff4a1f0a82be971ecadfdba0066fd448db2a8b3
author bors <bors@rust-lang.org> 1546697071 +0000
committer bors <bors@rust-lang.org> 1546697071 +0000

Auto merge of #3635 - matthiaskrgr:revert_random_state_3603, r=xfix

Revert the random_state lint.

Remove the random_state lint until it or rustc has been fixed to no longer crash with debug assertions (see #3628)
We can't update clippy in the rustc repo because of this which is blocking nightlies because toolstate is already broken.

fixes #3628