Skip to content

Commit 52c785b

Browse files
committed
Auto merge of #53141 - nrc:update, r=nrc
Update RLS, Rustfmt, and Clippy Fixes bustage due to #52332 r? @kennytm
2 parents 26d7b64 + ae5a1fd commit 52c785b

File tree

5 files changed

+75
-146
lines changed

5 files changed

+75
-146
lines changed

src/Cargo.lock

+42-142
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ dependencies = [
16361636

16371637
[[package]]
16381638
name = "racer"
1639-
version = "2.1.2"
1639+
version = "2.1.4"
16401640
source = "registry+https://github.com/rust-lang/crates.io-index"
16411641
dependencies = [
16421642
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1648,7 +1648,7 @@ dependencies = [
16481648
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
16491649
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
16501650
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1651-
"rustc-ap-syntax 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1651+
"rustc-ap-syntax 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
16521652
]
16531653

16541654
[[package]]
@@ -1770,7 +1770,7 @@ dependencies = [
17701770

17711771
[[package]]
17721772
name = "rls"
1773-
version = "0.130.2"
1773+
version = "0.130.4"
17741774
dependencies = [
17751775
"cargo 0.30.0",
17761776
"cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1785,7 +1785,7 @@ dependencies = [
17851785
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
17861786
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
17871787
"ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1788-
"racer 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1788+
"racer 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
17891789
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
17901790
"regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
17911791
"rls-analysis 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1795,7 +1795,7 @@ dependencies = [
17951795
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
17961796
"rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
17971797
"rustc-workspace-hack 1.0.0",
1798-
"rustfmt-nightly 0.99.1",
1798+
"rustfmt-nightly 0.99.2",
17991799
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
18001800
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
18011801
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1897,32 +1897,15 @@ dependencies = [
18971897

18981898
[[package]]
18991899
name = "rustc-ap-arena"
1900-
version = "209.0.0"
1901-
source = "registry+https://github.com/rust-lang/crates.io-index"
1902-
dependencies = [
1903-
"rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1904-
]
1905-
1906-
[[package]]
1907-
name = "rustc-ap-arena"
1908-
version = "211.0.0"
1909-
source = "registry+https://github.com/rust-lang/crates.io-index"
1910-
dependencies = [
1911-
"rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1912-
]
1913-
1914-
[[package]]
1915-
name = "rustc-ap-rustc_cratesio_shim"
1916-
version = "209.0.0"
1900+
version = "218.0.0"
19171901
source = "registry+https://github.com/rust-lang/crates.io-index"
19181902
dependencies = [
1919-
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1920-
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1903+
"rustc-ap-rustc_data_structures 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
19211904
]
19221905

19231906
[[package]]
19241907
name = "rustc-ap-rustc_cratesio_shim"
1925-
version = "211.0.0"
1908+
version = "218.0.0"
19261909
source = "registry+https://github.com/rust-lang/crates.io-index"
19271910
dependencies = [
19281911
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1931,34 +1914,16 @@ dependencies = [
19311914

19321915
[[package]]
19331916
name = "rustc-ap-rustc_data_structures"
1934-
version = "209.0.0"
1917+
version = "218.0.0"
19351918
source = "registry+https://github.com/rust-lang/crates.io-index"
19361919
dependencies = [
19371920
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
19381921
"ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
19391922
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
19401923
"parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
19411924
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
1942-
"rustc-ap-rustc_cratesio_shim 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1943-
"rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1944-
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1945-
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1946-
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1947-
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1948-
]
1949-
1950-
[[package]]
1951-
name = "rustc-ap-rustc_data_structures"
1952-
version = "211.0.0"
1953-
source = "registry+https://github.com/rust-lang/crates.io-index"
1954-
dependencies = [
1955-
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1956-
"ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
1957-
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1958-
"parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1959-
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
1960-
"rustc-ap-rustc_cratesio_shim 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1961-
"rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1925+
"rustc-ap-rustc_cratesio_shim 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1926+
"rustc-ap-serialize 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
19621927
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
19631928
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
19641929
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1967,114 +1932,57 @@ dependencies = [
19671932

19681933
[[package]]
19691934
name = "rustc-ap-rustc_errors"
1970-
version = "209.0.0"
1935+
version = "218.0.0"
19711936
source = "registry+https://github.com/rust-lang/crates.io-index"
19721937
dependencies = [
19731938
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1974-
"rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1975-
"rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1976-
"rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1977-
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1978-
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1979-
]
1980-
1981-
[[package]]
1982-
name = "rustc-ap-rustc_errors"
1983-
version = "211.0.0"
1984-
source = "registry+https://github.com/rust-lang/crates.io-index"
1985-
dependencies = [
1986-
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1987-
"rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1988-
"rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1989-
"rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1939+
"rustc-ap-rustc_data_structures 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1940+
"rustc-ap-serialize 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1941+
"rustc-ap-syntax_pos 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
19901942
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
19911943
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
19921944
]
19931945

19941946
[[package]]
19951947
name = "rustc-ap-rustc_target"
1996-
version = "209.0.0"
1948+
version = "218.0.0"
19971949
source = "registry+https://github.com/rust-lang/crates.io-index"
19981950
dependencies = [
19991951
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
20001952
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2001-
"rustc-ap-rustc_cratesio_shim 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2002-
"rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1953+
"rustc-ap-rustc_cratesio_shim 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1954+
"rustc-ap-serialize 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
20031955
]
20041956

2005-
[[package]]
2006-
name = "rustc-ap-rustc_target"
2007-
version = "211.0.0"
2008-
source = "registry+https://github.com/rust-lang/crates.io-index"
2009-
dependencies = [
2010-
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2011-
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2012-
"rustc-ap-rustc_cratesio_shim 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2013-
"rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2014-
]
2015-
2016-
[[package]]
2017-
name = "rustc-ap-serialize"
2018-
version = "209.0.0"
2019-
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-
20211957
[[package]]
20221958
name = "rustc-ap-serialize"
2023-
version = "211.0.0"
2024-
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-
2026-
[[package]]
2027-
name = "rustc-ap-syntax"
2028-
version = "209.0.0"
1959+
version = "218.0.0"
20291960
source = "registry+https://github.com/rust-lang/crates.io-index"
2030-
dependencies = [
2031-
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2032-
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2033-
"rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2034-
"rustc-ap-rustc_errors 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2035-
"rustc-ap-rustc_target 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2036-
"rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2037-
"rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2038-
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2039-
]
20401961

20411962
[[package]]
20421963
name = "rustc-ap-syntax"
2043-
version = "211.0.0"
1964+
version = "218.0.0"
20441965
source = "registry+https://github.com/rust-lang/crates.io-index"
20451966
dependencies = [
20461967
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
20471968
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2048-
"rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2049-
"rustc-ap-rustc_errors 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2050-
"rustc-ap-rustc_target 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2051-
"rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2052-
"rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1969+
"rustc-ap-rustc_data_structures 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1970+
"rustc-ap-rustc_errors 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1971+
"rustc-ap-rustc_target 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1972+
"rustc-ap-serialize 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1973+
"rustc-ap-syntax_pos 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
20531974
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
20541975
]
20551976

20561977
[[package]]
20571978
name = "rustc-ap-syntax_pos"
2058-
version = "209.0.0"
2059-
source = "registry+https://github.com/rust-lang/crates.io-index"
2060-
dependencies = [
2061-
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2062-
"rustc-ap-arena 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2063-
"rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2064-
"rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2065-
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2066-
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2067-
]
2068-
2069-
[[package]]
2070-
name = "rustc-ap-syntax_pos"
2071-
version = "211.0.0"
1979+
version = "218.0.0"
20721980
source = "registry+https://github.com/rust-lang/crates.io-index"
20731981
dependencies = [
20741982
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2075-
"rustc-ap-arena 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2076-
"rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2077-
"rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1983+
"rustc-ap-arena 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1984+
"rustc-ap-rustc_data_structures 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1985+
"rustc-ap-serialize 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
20781986
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
20791987
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
20801988
]
@@ -2546,7 +2454,7 @@ dependencies = [
25462454

25472455
[[package]]
25482456
name = "rustfmt-nightly"
2549-
version = "0.99.1"
2457+
version = "0.99.2"
25502458
dependencies = [
25512459
"assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
25522460
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2560,9 +2468,9 @@ dependencies = [
25602468
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
25612469
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
25622470
"regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2563-
"rustc-ap-rustc_target 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2564-
"rustc-ap-syntax 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2565-
"rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2471+
"rustc-ap-rustc_target 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2472+
"rustc-ap-syntax 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2473+
"rustc-ap-syntax_pos 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
25662474
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
25672475
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
25682476
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3327,7 +3235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
33273235
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
33283236
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
33293237
"checksum quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e44651a0dc4cdd99f71c83b561e221f714912d11af1a4dff0631f923d53af035"
3330-
"checksum racer 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c20890fccfc19a28835ee4ffab6af13d300a60a33be29162cfdf8db981811f25"
3238+
"checksum racer 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "dcbc5ababaffee8d8f34910f925287c8f716b1ead48561c4278a152d08264f7c"
33313239
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
33323240
"checksum rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "12397506224b2f93e6664ffc4f664b29be8208e5157d3d90b44f09b5fae470ea"
33333241
"checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
@@ -3346,22 +3254,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
33463254
"checksum rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9dba7390427aefa953608429701e3665192ca810ba8ae09301e001b7c7bed0"
33473255
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
33483256
"checksum rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ecbc8541b4c341d6271eae10f869dd9d36db871afe184f5b6f9bffbd6ed0373f"
3349-
"checksum rustc-ap-arena 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b098827864368459cbc7a79fbc54eafb92df7e00a46c0cda352b5a21583ee436"
3350-
"checksum rustc-ap-arena 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eec75ed880706dd9a05bc770c327ed142fa7d4b648d9757fbc71d821d68448a5"
3351-
"checksum rustc-ap-rustc_cratesio_shim 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef4d923dea14fb085bca743fb982f6a3bc11c0d5d30b822bcf6fa16e9464a56c"
3352-
"checksum rustc-ap-rustc_cratesio_shim 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f5d54615bedbae65a976e0835edf0de90dd962ec818c0149fe181d5cd81da9e"
3353-
"checksum rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18c6a5c9edc6b4ae035cdc03af7d8662d39fad7879c5501d103e7087dfaebc80"
3354-
"checksum rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7c51cc6e79eab25c7ea84a7e104e81e6f44cca32709df54c2cdb4e7059d7843"
3355-
"checksum rustc-ap-rustc_errors 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a1e9bdc597abd95cebce0c14c1da58943a9e5b8255530a0fec30659d144eb0b"
3356-
"checksum rustc-ap-rustc_errors 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff050095b7afb254506591ee7d3a5d0fb9c03c16f8c2741b588178085e563d49"
3357-
"checksum rustc-ap-rustc_target 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "142ddef3dc12dda2bcd3412f0d96d3745413a8fbc2f224f0cc97afa04c071d89"
3358-
"checksum rustc-ap-rustc_target 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "53c7a8c21c3b05f24998fa6ab9ded6269810a2f3ae12ff301c432c1e9fa8e111"
3359-
"checksum rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b08f8f175b038a82caa7e51fc52b72ff96cfe8c1429755da30380dbd4199c7f"
3360-
"checksum rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad4713c2c0c26a45ead8fb16fee88e16fecf999588ae6920847cbaeb19565b7f"
3361-
"checksum rustc-ap-syntax 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4c802e0e1fbc64eddc21e0798527eb1f5fdbd5781d119bd2c44b6130afdc81cc"
3362-
"checksum rustc-ap-syntax 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "768e2698f912913be2ccd355b2dea62c978efc356f75db1400605f3642905d53"
3363-
"checksum rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "008d47cc54ed12a2784217b9e6630a7fa1c8dc3591a283f65ad4b7fa307d49d5"
3364-
"checksum rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a280dc8919aa7f684832ba3eeab2f6c96dbe2e2e4f6a922f7f0bdb3a9dd9e641"
3257+
"checksum rustc-ap-arena 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e905467184ce31ccdbd33ac33b9ba377f8cc7aefb340a733ab7e5efe34cddda"
3258+
"checksum rustc-ap-rustc_cratesio_shim 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a1a45817e78d0c1e2800fb933c526747ef2c5ee4b2dc0946e0c2d901329b88"
3259+
"checksum rustc-ap-rustc_data_structures 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4e9e5588883318e0e58bb7ea7cde2a66eaca55b25e32908f0982365988657"
3260+
"checksum rustc-ap-rustc_errors 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d233c0d9beda42a52d329a5df865c8f20c64773d2ab7aa6b4ae4248bacf3188"
3261+
"checksum rustc-ap-rustc_target 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eec0bc13feecf9e88e39439b24b4b3ca54db8caf12fb7172d0c430451c8b377c"
3262+
"checksum rustc-ap-serialize 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffcfb1102cd7cbf5f25c008a00f7253427af9dfac8989ede48c19bd47f556893"
3263+
"checksum rustc-ap-syntax 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a2ca0ef078a735c81a0d33589e04148dcf41f80ee7ebe30e72904a631b7c669"
3264+
"checksum rustc-ap-syntax_pos 218.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1bbd31d1bbc7210983c3bbbcb9ee35bac443c6c899f979b8114e58bb7101c28"
33653265
"checksum rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649"
33663266
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
33673267
"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"

src/tools/clippy

src/tools/rls

Submodule rls updated from 6d72813 to c51e3ff

0 commit comments

Comments
 (0)