Skip to content

Commit c3277af

Browse files
committed
Fix 1.31 stable RLS gotodef
1 parent abe02ce commit c3277af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ dependencies = [
18101810
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
18111811
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
18121812
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1813-
"rls-analysis 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)",
1813+
"rls-analysis 0.16.10 (git+https://github.com/rust-dev-tools/rls-analysis?rev=23359b93e6accbe5f45e2fe2089db31955e4008e)",
18141814
"rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
18151815
"rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
18161816
"rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1831,7 +1831,7 @@ dependencies = [
18311831
[[package]]
18321832
name = "rls-analysis"
18331833
version = "0.16.10"
1834-
source = "registry+https://github.com/rust-lang/crates.io-index"
1834+
source = "git+https://github.com/rust-dev-tools/rls-analysis?rev=23359b93e6accbe5f45e2fe2089db31955e4008e#23359b93e6accbe5f45e2fe2089db31955e4008e"
18351835
dependencies = [
18361836
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
18371837
"fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3364,7 +3364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
33643364
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
33653365
"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
33663366
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
3367-
"checksum rls-analysis 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2de1187cceaf16d7642cc78835a2890b55b35ed9e8a8e3c6348a6297d8dd0fb1"
3367+
"checksum rls-analysis 0.16.10 (git+https://github.com/rust-dev-tools/rls-analysis?rev=23359b93e6accbe5f45e2fe2089db31955e4008e)" = "<none>"
33683368
"checksum rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ce1fdac03e138c4617ff87b194e1ff57a39bb985a044ccbd8673d30701e411"
33693369
"checksum rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a209ce46bb52813cbe0786a7baadc0c1a3f5543ef93f179eda3b841ed72cf2e"
33703370
"checksum rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9dba7390427aefa953608429701e3665192ca810ba8ae09301e001b7c7bed0"

src/tools/rls

Submodule rls updated from 6610526 to a16fb50

0 commit comments

Comments
 (0)