Skip to content

Commit 5bcce82

Browse files
committed
Update Rustfmt and RLS
1 parent d727071 commit 5bcce82

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

Cargo.lock

+49-49
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@ dependencies = [
22092209

22102210
[[package]]
22112211
name = "racer"
2212-
version = "2.1.24"
2212+
version = "2.1.25"
22132213
source = "registry+https://github.com/rust-lang/crates.io-index"
22142214
dependencies = [
22152215
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2220,7 +2220,7 @@ dependencies = [
22202220
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
22212221
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
22222222
"rls-span 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2223-
"rustc-ap-syntax 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2223+
"rustc-ap-syntax 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
22242224
]
22252225

22262226
[[package]]
@@ -2489,7 +2489,7 @@ dependencies = [
24892489
"lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)",
24902490
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
24912491
"ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2492-
"racer 2.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
2492+
"racer 2.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
24932493
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
24942494
"rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
24952495
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2501,7 +2501,7 @@ dependencies = [
25012501
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
25022502
"rustc-workspace-hack 1.0.0",
25032503
"rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2504-
"rustfmt-nightly 1.4.1",
2504+
"rustfmt-nightly 1.4.3",
25052505
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
25062506
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
25072507
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2606,21 +2606,21 @@ dependencies = [
26062606

26072607
[[package]]
26082608
name = "rustc-ap-arena"
2609-
version = "542.0.0"
2609+
version = "546.0.0"
26102610
source = "registry+https://github.com/rust-lang/crates.io-index"
26112611
dependencies = [
2612-
"rustc-ap-rustc_data_structures 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2612+
"rustc-ap-rustc_data_structures 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
26132613
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
26142614
]
26152615

26162616
[[package]]
26172617
name = "rustc-ap-graphviz"
2618-
version = "542.0.0"
2618+
version = "546.0.0"
26192619
source = "registry+https://github.com/rust-lang/crates.io-index"
26202620

26212621
[[package]]
26222622
name = "rustc-ap-rustc_data_structures"
2623-
version = "542.0.0"
2623+
version = "546.0.0"
26242624
source = "registry+https://github.com/rust-lang/crates.io-index"
26252625
dependencies = [
26262626
"cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2631,8 +2631,8 @@ dependencies = [
26312631
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
26322632
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
26332633
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2634-
"rustc-ap-graphviz 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2635-
"rustc-ap-serialize 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2634+
"rustc-ap-graphviz 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2635+
"rustc-ap-serialize 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
26362636
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
26372637
"rustc-rayon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
26382638
"rustc-rayon-core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2642,27 +2642,27 @@ dependencies = [
26422642

26432643
[[package]]
26442644
name = "rustc-ap-rustc_errors"
2645-
version = "542.0.0"
2645+
version = "546.0.0"
26462646
source = "registry+https://github.com/rust-lang/crates.io-index"
26472647
dependencies = [
26482648
"annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
26492649
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
26502650
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2651-
"rustc-ap-rustc_data_structures 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2652-
"rustc-ap-serialize 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2653-
"rustc-ap-syntax_pos 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2651+
"rustc-ap-rustc_data_structures 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2652+
"rustc-ap-serialize 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2653+
"rustc-ap-syntax_pos 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
26542654
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
26552655
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
26562656
]
26572657

26582658
[[package]]
26592659
name = "rustc-ap-rustc_lexer"
2660-
version = "542.0.0"
2660+
version = "546.0.0"
26612661
source = "registry+https://github.com/rust-lang/crates.io-index"
26622662

26632663
[[package]]
26642664
name = "rustc-ap-rustc_macros"
2665-
version = "542.0.0"
2665+
version = "546.0.0"
26662666
source = "registry+https://github.com/rust-lang/crates.io-index"
26672667
dependencies = [
26682668
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2674,19 +2674,19 @@ dependencies = [
26742674

26752675
[[package]]
26762676
name = "rustc-ap-rustc_target"
2677-
version = "542.0.0"
2677+
version = "546.0.0"
26782678
source = "registry+https://github.com/rust-lang/crates.io-index"
26792679
dependencies = [
26802680
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
26812681
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2682-
"rustc-ap-rustc_data_structures 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2683-
"rustc-ap-serialize 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2684-
"rustc-ap-syntax_pos 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2682+
"rustc-ap-rustc_data_structures 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2683+
"rustc-ap-serialize 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2684+
"rustc-ap-syntax_pos 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
26852685
]
26862686

26872687
[[package]]
26882688
name = "rustc-ap-serialize"
2689-
version = "542.0.0"
2689+
version = "546.0.0"
26902690
source = "registry+https://github.com/rust-lang/crates.io-index"
26912691
dependencies = [
26922692
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2695,33 +2695,33 @@ dependencies = [
26952695

26962696
[[package]]
26972697
name = "rustc-ap-syntax"
2698-
version = "542.0.0"
2698+
version = "546.0.0"
26992699
source = "registry+https://github.com/rust-lang/crates.io-index"
27002700
dependencies = [
27012701
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
27022702
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
27032703
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2704-
"rustc-ap-rustc_data_structures 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2705-
"rustc-ap-rustc_errors 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2706-
"rustc-ap-rustc_lexer 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2707-
"rustc-ap-rustc_macros 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2708-
"rustc-ap-rustc_target 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2709-
"rustc-ap-serialize 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2710-
"rustc-ap-syntax_pos 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2704+
"rustc-ap-rustc_data_structures 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2705+
"rustc-ap-rustc_errors 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2706+
"rustc-ap-rustc_lexer 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2707+
"rustc-ap-rustc_macros 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2708+
"rustc-ap-rustc_target 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2709+
"rustc-ap-serialize 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2710+
"rustc-ap-syntax_pos 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
27112711
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
27122712
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
27132713
]
27142714

27152715
[[package]]
27162716
name = "rustc-ap-syntax_pos"
2717-
version = "542.0.0"
2717+
version = "546.0.0"
27182718
source = "registry+https://github.com/rust-lang/crates.io-index"
27192719
dependencies = [
27202720
"cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2721-
"rustc-ap-arena 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2722-
"rustc-ap-rustc_data_structures 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2723-
"rustc-ap-rustc_macros 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2724-
"rustc-ap-serialize 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2721+
"rustc-ap-arena 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2722+
"rustc-ap-rustc_data_structures 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2723+
"rustc-ap-rustc_macros 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2724+
"rustc-ap-serialize 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
27252725
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
27262726
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
27272727
]
@@ -3286,7 +3286,7 @@ dependencies = [
32863286

32873287
[[package]]
32883288
name = "rustfmt-nightly"
3289-
version = "1.4.1"
3289+
version = "1.4.3"
32903290
dependencies = [
32913291
"annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
32923292
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3303,9 +3303,9 @@ dependencies = [
33033303
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
33043304
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
33053305
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3306-
"rustc-ap-rustc_target 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3307-
"rustc-ap-syntax 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3308-
"rustc-ap-syntax_pos 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3306+
"rustc-ap-rustc_target 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3307+
"rustc-ap-syntax 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3308+
"rustc-ap-syntax_pos 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
33093309
"rustc-workspace-hack 1.0.0",
33103310
"rustfmt-config_proc_macro 0.1.2",
33113311
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4555,7 +4555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
45554555
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
45564556
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
45574557
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
4558-
"checksum racer 2.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "19cfa87290af63a309db9a0363edb89fb8ed9a1ead92285985662b9f54927fa3"
4558+
"checksum racer 2.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "0727b9d7baaf9e42851145545d7b980b5c1752bd16a4c77c925c5e573d0069d9"
45594559
"checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
45604560
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
45614561
"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
@@ -4584,16 +4584,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
45844584
"checksum rls-data 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
45854585
"checksum rls-span 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f1cb4694410d8d2ce43ccff3682f1c782158a018d5a9a92185675677f7533eb3"
45864586
"checksum rls-vfs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
4587-
"checksum rustc-ap-arena 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60ae3caf12a5dfa3181e12e813b090b0b41d43b91b193759ba9084520aeb2459"
4588-
"checksum rustc-ap-graphviz 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0113b8888a3f0a68825ed0dea6d3a1aa71b5d0cd6ff16854252c4faea253cf9b"
4589-
"checksum rustc-ap-rustc_data_structures 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bd9eec8c9fbdac20e631f995861c5c854b3f8b2347955614854571457117e51"
4590-
"checksum rustc-ap-rustc_errors 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f55baa0fa4a42a8b354f02015755e7db5619125ad3e625923865f6f1f5688753"
4591-
"checksum rustc-ap-rustc_lexer 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2875181a7886d83b727b1d08291ee430728c2d94c9a7e3f4359df2a14e6c462b"
4592-
"checksum rustc-ap-rustc_macros 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d3cadcc9dd4fc3c94c89e103e91f8792f19a1466e0a127d9fb29a2c0ee069389"
4593-
"checksum rustc-ap-rustc_target 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4bdcce1900404a6907785dd31a152ddd723766dfbe29bed6bcca255e7347abdd"
4594-
"checksum rustc-ap-serialize 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "550e295fa077784f7145ba77591aff952fad2279f3ce23a53cf8750fb366c622"
4595-
"checksum rustc-ap-syntax 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "594006d7e68bcff9b5356517667c4e9dd5ec925a2a08660d129b705d0b741ad7"
4596-
"checksum rustc-ap-syntax_pos 542.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ae6751bf44d949b430b151c81772b585686f0ff31e328b68eaa7d406590f848"
4587+
"checksum rustc-ap-arena 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc2e1e68b64268c543bfa6e63e3c0d9ea58074c71396f42f76931f35a9287f9"
4588+
"checksum rustc-ap-graphviz 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c108d647ce0dd46477b048eafff5a6273b5652e02d47424b0cd684147379c811"
4589+
"checksum rustc-ap-rustc_data_structures 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "656771744e0783cb8e4481e3b8b1f975687610aaf18833b898018111a0e0e582"
4590+
"checksum rustc-ap-rustc_errors 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e37064f6624bc799bfaa2968b61ee6880926dea2a8bba69f18aef6c8e69c9604"
4591+
"checksum rustc-ap-rustc_lexer 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef5bc0a971823637ea23a857f0ef1467f44b1e05d71968821f83a0abe53e0fe3"
4592+
"checksum rustc-ap-rustc_macros 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b90037e3336fe8835f468db44d0848ae10d9cc8533ae89b55828883f905b7e80"
4593+
"checksum rustc-ap-rustc_target 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cadf9ca07315eab3a7a21f63872f9cc81e250fd6ede0419c24f8926ade73a45d"
4594+
"checksum rustc-ap-serialize 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61673783f2089e01033ffa82d1988f55175402071b31253a358292e1624d4602"
4595+
"checksum rustc-ap-syntax 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "28f3dd1346d5b0269c07a4a78855e309a298ab569c9c1302d4d4f57f8eee4e84"
4596+
"checksum rustc-ap-syntax_pos 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "45e67b526dbda3a0c7dab91c8947d43685e7697f52686a4949da3c179cd7c979"
45974597
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
45984598
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
45994599
"checksum rustc-rayon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d2e07e19601f21c59aad953c2632172ba70cb27e685771514ea66e4062b3363"

src/tools/rls

Submodule rls updated from 93d9538 to 97cbb01

src/tools/rustfmt

0 commit comments

Comments
 (0)