aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-11 11:56:44 +0100
committerAleksey Kladov <[email protected]>2020-07-11 11:56:44 +0100
commit9a3c22bbfd823601acd39473bea154be14c82770 (patch)
tree7967ef344927c416c7613722299f5b1c1e921c3c /Cargo.lock
parent8c4919c9fdfb2333fd798cd7d531f4264c939322 (diff)
Make slow test parallel
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6c7da51f..09909b60a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1267,6 +1267,7 @@ dependencies = [
1267 "once_cell", 1267 "once_cell",
1268 "ra_parser", 1268 "ra_parser",
1269 "ra_text_edit", 1269 "ra_text_edit",
1270 "rayon",
1270 "rowan", 1271 "rowan",
1271 "rustc-ap-rustc_lexer", 1272 "rustc-ap-rustc_lexer",
1272 "rustc-hash", 1273 "rustc-hash",